• Paradox@lemdro.id
    link
    fedilink
    English
    arrow-up
    10
    ·
    1 year ago

    Graphite is ok, but honestly it’s a solution in search of a problem

    Maybe if you have a massive pr, splitting it up like this works, but that’s really a planning failure. Stories should be smaller, and if you need to keep them separate for a long time, use feature branches

    • oddityoverseer@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year 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)