You should know when to remove a feature flag

In yesterday's email, I mentioned my recent "minimum viable feature flag" tweet and that I think feature flags should be short-lived.

But how do you know when a feature flag should be removed?

My approach is to add a TODO comment above where I use a feature flag.

In that comment, I added why the feature flag was added and when it can be removed.

It can be something like "Remove this when x is deployed" and/or a targeted date when I'd expect to be able to remove the flag.

Then, when reading through the code, anyone can see when it should be possible to remove each feature flag, and it's easy to find flags that can be removed by reviewing the TODO comments.

- Oliver

P.S. Do you need immediate access to an expert Drupal Developer? With my Drupal development subscription, make unlimited requests for a fixed monthly price in less time than posting to a job board!

Was this interesting?

Sign up here and get more like this delivered straight to your inbox every day.

About me

Picture of Oliver

I'm an Acquia-certified Drupal Triple Expert with 17 years of experience, an open-source software maintainer and Drupal core contributor, public speaker, live streamer, and host of the Beyond Blocks podcast.