|
|
|
|
|
by 2023throwawayy
1108 days ago
|
|
Feature flags in source control seems to be missing the point. Separating feature flags and source let’s you decouple your code releases from your feature releases. Requiring a deploy of new to code to enable or disable a feature seems to negate almost all of the benefit of using feature flags to begin with. |
|
Having a release process for flags also allows you to run integration tests with those flags, canary alerting and automated rollbacks.