Comment on Principles for building and scaling feature flag systemsparentComments−bluefirebrand2yThere is nothing worse than code with dozens to hundreds of possible configuration states that you must test for every new feature.If your QA was bad before, you've made it worse."I can toggle it off without pushing a new release" is a terrible bandaid for the problem.
Comments
There is nothing worse than code with dozens to hundreds of possible configuration states that you must test for every new feature.
If your QA was bad before, you've made it worse.
"I can toggle it off without pushing a new release" is a terrible bandaid for the problem.