Hacker News new | ask | show | jobs
by AstralStorm 2622 days ago
Sure, do end up with hundreds of commits where any given combination of feature flags fails, except sometimes the default.

Seriously, this is the quintessential Gentoo Linux problem. Nobody can test all the combinations making the flags almost instantly useless. (And some essentially forced on.)

2 comments

Agree that feature flags count should not explode because you can never test all combinations. Feature toggles should drive the life span of a feature from start of development to "adopted and becomes the default" or "rejected and we scrap it all out". At the end of the day the number of feature toggles should remain relatively low.
Having used Gentoo for a long time I haven't seen it be that big of an issue.

But I can definitely see too many feature flags leading to a byzantine web of untestable combinations.