Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
Convinced Coder
(Uncensored)
subscribe
Feature flags
https://convincedcoder.com/2019/03/02/Feature-flags/
links
backlinks
Feature flags are a way to build flexibility into your codebase, allowing some features or alternate code paths to be toggled on or off at will. This post explains a bit more about what they are and how to use them.