• uniqueid198x@lemmy.dbzer0.com
      ·
      10 months ago

      We'v known this for twenty years and had the data ta back it up for ten. Github flow is one of the most damaging things to ever happen to software teams

      • 10nica [comrade/them]
        ·
        10 months ago

        Omfg yes! Have nothing to add, but an upvote was not enough to express my hate for gitflow. So fucking stupid. And you'll show stats from Jez Humble etc about trunk based, and my boss was still "eh not convinced"

        • nous@programming.dev
          ·
          10 months ago

          gitflow != github flow

          Gitflow is far more complex and unnessaray for most places. You do not need a dev, main, and release branches. Github flow is far closer to trunk based dev - create a branch of master, PR back into master when done. If you keep your PRs small it gives you most of the benefits of trunk based dev with a CI check before you merge to the mainline.

    • apd@programming.dev
      ·
      10 months ago

      Big hot take to me; especially in an organization with a large size and code high standard