In this blog, I am going to discuss:
- Feature-Flags.
- How to start working with Feature Flags.
- LaunchDarkly.
- Optimizing Feature-Flag full potential and power with LaunchDarkly.
So let’s start with an overview of what a feature flag is and its uses.
1). Feature-Flags.
(a) Introduction: Feature-Flags is a software development best practice of gating functionality. Functionality can be turned on/off via the feature flags, separate from deployment. Feature flags can help manage the entire life-cycle of a feature, where a feature is an increment in program functionality.
(b) Getting Started with Feature-Flags: Feature Flag gives a software organization the power to reduce risk, iterate quicker, and get more control allowing to move fast and not breaking things. Feature flags allow us to decouple feature roll-out from code deployment that gives an unprecedented control to us, of who sees what, when and independent of release. Allowing the control over a release unlocks the true…
View original post 1,548 more words