Computer Science, asked by yashinmer1, 1 year ago

Feature toggles is possible in version control systems.

False

True

Answers

Answered by digi18
3
No its not possible. Version control system is generally used to track progress.


Thanks

ampm8514pea6py: False
Answered by aqibkincsem
0

Feature toggles is possible in version control systems. This statement is False.

A feature toggle is a technique in software development that attempts to provide an alternative to maintain multiple source-code branches, such that a feature can be tested even before it is completed and ready for release.

Feature toggle is used to hide, enable or disable the feature during run time. Version control system is generally used to track progress.

Similar questions