Feature Flags

Definition:

Feature Flags are small pieces of configuration or settings used to control whether a specific feature is enabled or disabled within an application, allowing developers to test features on separate branches before releasing them to production.

Related Terms:

  • A/B Testing
  • sprout
  • branching strategies
  • Continuous Integration (CI)
  • Feature Lifecycle Management