Hacker News new | ask | show | jobs
by spookthesunset 1600 days ago
> That's not a problem with feature flags per se, it's a problem with lazy implementations of feature flags.

Oh absolutely. Feature flags are great, but you definitely need discipline to make sure you clean things up. The longer the unused code rots, the harder it is to remove it.