> On top of that, once you finally get a feature merged and deployed, it can often happen that there’s a bug causing users to have a poor experience. Since your new feature lives directly in the code, deactivating it requires rolling back the code you merged, building it, waiting for the tests to run, and redeploying the applicationWhy aren’t you using feature flags to gate new behavior/functionality?
ashenke|1 year ago
jtreminio|1 year ago