But business folks wont like this
# random
u
But business folks wont like this
t
feature flags give you the option to enable a feature in a different env, thus enabling some additional testing. plus the code is on master, so even if it is not exercised it still coexists (is compatible) with actually useful code
not too a fan myself of ff, but make this makes you feel better with the option 🙂
t
all the above, plus the ability to disable the feature with a simple bit of config instead of code changes
t
and reenable them without going through proper cr: https://medium.com/@GetBulletTrain/when-feature-flags-go-wrong-e929144d589a
t
I don’t see why so many devs are against ff, they help with a bunch of stuff
t
I am not really against, I used and still use them, but if possible I try to avoid. luckily, so far, the current company I am working for had to problem to release stuff before the marketing campaign, knowing someone will use the feature does not make the marketing campaign obsolete
u
well, how about staged rollouts?
actual update or a FF toggle, its 0 or all, that is the actual issue for me