DEV Community

Discussion on: What makes Feature Flags a path to faster and safer development

Collapse
 
pikiwix profile image
Plantrose Laurent

We create a tech debt list that we continuously work every sprint. In general, once we enable a feature flag we wait at least 1 week to start working on removing the previous version. Just in case a big problem arise with the new one.
We always have someone in the team doing support for a sprint and we rotate, so that person usually works on the removal of the flag and other non heavy tasks.