6 ms·
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 star
by jpdel 7y ago
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.