|
|
|
|
|
by akyoan
1645 days ago
|
|
> Put all new code behind feature flags How is that even possible? A comma change in a feature can break things, are you going to put that change behind a feature flag? "New code" isn't just "new files/functions", so it's not always feasible to keep it behind flags, unless you use a "copy on write" methodology to all code. |
|