(no title)
Dirak | 2 years ago
It doesn’t really matter how you manage changes to feature flags, but using version control gives you a couple of nice benefits:
* gives developers the opportunity to describe their change
* let’s you roll back a problematic patch
* blame and bisect problematic patches
Ideally, you should also be able to see your feature flag changes in prod much faster than it takes to cut a release. You need this in order to be able to quickly roll back bad features.
> What feature flag tool do you use?
See https://engineering.fb.com/2017/08/31/web/rapid-release-at-m...
GeorgeMac|2 years ago