Feature toggles are an engineering practice aiming to control application behavior without the need to deploy a code change. The behaviors that toggles can affect range from hiding under development features, limited feature release (canary) to a subset of users. There are several feature toggles services available such as Optimizely and Launchdarkly.
Table of contents
What is a Feature Toggle?Benefits of Feature TogglesDrawbacks of Feature TogglesTypes of Feature TogglesFeature Toggles and Continuous DeliveryHow to Feature ToggleSort: