web-devproductivity
Feature Flag
A feature flag (also called feature toggle) is a technique that lets you enable or disable functionality in production without deploying new code. Flags can target specific users, percentages, or environments, enabling practices like A/B testing, canary releases, and kill switches. Tools like LaunchDarkly, Unleash, and Statsig provide automated flag management with real-time evaluation and analytics.
#web-dev#productivity