Comment on Principles for building and scaling feature flag systemsComments−tiberriver2562yItem #1 depends on the reason you're using feature flags.For a more nuanced and careful discussion of the topic I like to reference: https://martinfowler.com/articles/feature-toggles.html−gastonfournier2yIt's true that there are more long-lived use cases, but if you have the ability to choose, runtime controlled ones cover both cases, while compile time only cover some use cases. But fair point
Comments
Item #1 depends on the reason you're using feature flags.
For a more nuanced and careful discussion of the topic I like to reference: https://martinfowler.com/articles/feature-toggles.html
It's true that there are more long-lived use cases, but if you have the ability to choose, runtime controlled ones cover both cases, while compile time only cover some use cases. But fair point