Development Methods & Design

Feature Flag

English

Overview

A mechanism that lets you turn a specific feature on or off without redeploying code.

Details

Also called a feature toggle. It lets you deploy a feature under development to production ahead of time and release it later just by flipping the flag, or expose a new feature experimentally to only a subset of users (an A/B test).

More Programming terms