Feature Flag
Also called: Feature Toggle, Feature Switch
A configuration mechanism that enables or disables specific application features at runtime without requiring code changes or redeployment, allowing controlled rollouts, testing, and experimentation.
Explore more about Experimentation
Related terms
An experimentation method that compares two variants under similar conditions to determine which performs better against predefined metrics.
Experimental ControlThe practice of keeping variables, conditions, and procedures consistent across experiments so that observed differences in outcomes can be attributed to the factors being tested.
Continuous DeliveryCDA software delivery practice that automates building, testing, and preparing applications for reliable release to production on demand.
Deployment PipelineAn automated workflow that builds, tests, validates, and deploys applications or AI systems across development, staging, and production environments.
Canary DeploymentA deployment strategy that gradually releases a new application version to a small subset of users before expanding it to everyone.