Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M1270

Feature Flags / Toggles

Feature Flags / Toggles
TechnicalHigh supportSoftware Engineering
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

Embed switches in code to remotely enable or disable a feature at any time via a configuration center, without redeploying. Scaffolding role: decouple deployment from release, separating 'code going live' from 'feature becoming visible to users'. This enables safe 'dark launches' or A/B testing in production, with millisecond rollback if issues arise.

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

Decouple deployment from release, separating 'code going live' from 'feature becoming visible to users'. This enables safe 'dark launches' or A/B testing in production, with millisecond rollback if issues arise.

anchor

Anchor fast decisions

Use flags (Feature Flags/Toggles) to control whether a feature is visible to users, decoupling feature development from release. The mechanism is runtime configuration switching.

MINIMUM ACTION

In progress 0/4

Practice this model in one real situation:

Check to track your progress (stored locally)
Learning progress0%
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more

Source support: Explicit

  • link
    en.wikipedia.orghttps://en.wikipedia.org/wiki/Feature_toggleZH · Explicit
    verified

RELATED MODELS