Feature toggling is an application-based release pattern that provides the mechanism to modify system behavior by selectively enabling and disabling features without requiring a production code deployment. Feature toggles are usually implemented by wrapping application logic or UI elements with a conditional statement, where the feature is enabled or disabled based on a configuration setting stored somewhere.
How To Use
This component requires the installation of the Feature Toggle Management component on LifeTime.
Please read the documentation on how to install and how to use this tool.
Benefits
Great impact on continuous delivery