In a CD environment with new features hidden behind feature flags, there must be a way to ensure that code being pushed to production is effectively zero change?
Particularly in a change management controlled environment, it would be ideal to not treat code deployment as a change - only the feature switch on. To be able to do this, is there a way to prove that all code changes are protected behind feature flags? And that the effective flow is zero change. Feels like something that could and should exist. But maybe others solve this differently?