• oddityoverseer@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    7 months ago

    Feature flags are another solution. Merge the code, but have it disabled on prod until you enable the feature flag (when the whole feature is complete and deployed)

    • Paradox@lemdro.id
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 months ago

      I’ve only ever worked in one codebase that didn’t need feature flags, and even then we could have used them.