kb:feature_flags

Differences

This shows you the differences between two versions of the page.


kb:feature_flags [2022/08/10 06:33] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Feature Flags ======
 +
 +Feature Flags also called [[:method:Feature toggle]] is a technique in software development that attempts to provide an alternative to maintaining multiple source-code branches, such that a feature can be tested even before it is completed and ready for release.
 +
 +
 +{{wp>Feature_toggle}}
 +
 +
 +<callout title="External links:">
 +  * https://martinfowler.com/articles/feature-toggles.html
 +</callout> 
 +
 +
 +{{tag>kb   programming  maintenance           }}