Feature flags vs feature branches?

Sdílet
Vložit
  • čas přidán 8. 09. 2024
  • In "Feature flags vs feature branches?" I answer a programming question.
    A podcast version of the channel can be found here: anchor.fm/fred...

Komentáře • 2

  • @turculaurentiu91
    @turculaurentiu91 Před měsícem

    The problem I have with feature flags is that it won't shield you from regressions. If you need to re-organise your database in order to enable the new feature, if the re-organisation is buggy, it will break the application in some other part and you ship it directly to production :/