Hey everyone, I’m working on a product with more and more feature flags, and it started as a sane way to reduce rollout risk but now every release feels like we’re dragging around old branches and weird edge cases. The tradeoff is obvious enough: safer launches on paper, but a codebase and QA process that get harder to trust every month.
At what point does a feature flag setup stop buying real safety and start creating more failure modes than it prevents?
Arthur