Code changes can be hidden,enabled or disabled using ................
A) Feature glag
B) Feature Toggles
C) All of the Options
D) Feature Switch
Answers
Answered by
11
hey here is your answer buddy........
feature toggles
feature toggles
Answered by
3
Code changes can be hidden, enabled or disabled using the toggle feature.
It is done during the run time and provides a number of advantages to the developers.
It also reduces the chances of conflict which arise when merging the changes in the software before use. Search the web for more details.
Similar questions