Source: medium.com

Fun with Feature Flags

Category: Software, Database, Data

Feature flags are a simple technique that let you toggle whether a new piece of functionality is available in your software or some aspect of how it behaves. Note: If the term “flag” is confusing you, think of it as a toggle or switch instead.

Related Articles