Practica
HomeAI Challenge Coach
Curriculum
Products
Sign Up
Sign In
Practica
Customers
Product Management

Feature Flags

A feature flag is a technique to turn a feature in a product on or off without deploying new code, via configuration. Since code goes to production, even if it doesn't turn on functionality for customers, fewer code branches need to be maintained.
  1. Intro to Feature Flags

    Feature flags are a software development technique that allows developers to turn features on and off at runtime without deploying new code.
    • Flickr logo
    • Earnest logo