Feature Flags: The stupid simple way to de-stress production releases
16-Apr-2020 2204
Feature flags (or feature toggles) are a technique for incrementally rolling out functionality in an application. Work that is not completely ready to go live can be released in chunks while being hidden by a flag. These flags are usually configured per-environment so that you can, for instance, enable a feature on a staging site before turning it on in production.Feature Toggles by Martin Fowler is the canonical article on this practice and outlines a full taxonomy of feature toggles.
Feature Flags: The stupid simple way to de-stress production releases #ruby #rubydeveloper #rubyonrails #Feature #Flags: #stupid #simple #de-stress #production #releases https://rubyonrails.ba/link/feature-flags-the-stupid-simple-way-to-de-stress-production-releases