335
submitted 10 months ago by 257m@lemmy.ml to c/programming@programming.dev
you are viewing a single comment's thread
view the rest of the comments
[-] vvv@programming.dev 8 points 10 months ago

Mandatory pull requests + approvals within a team are a waste of everyone's time.

[-] uniqueid198x@lemmy.dbzer0.com 5 points 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@hexbear.net 3 points 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 2 points 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.

[-] TrustingZebra@lemmy.one 1 points 10 months ago* (last edited 10 months ago)

Git Flow and GitHub Flow are entirely different branching strategies.

[-] uniqueid198x@lemmy.dbzer0.com 1 points 10 months ago

Gitflow is has the same issues

[-] TrustingZebra@lemmy.one 1 points 10 months ago

Git Flow is awful I absolutely agree. On the other hand I like GitHub Flow.

[-] uniqueid198x@lemmy.dbzer0.com 2 points 10 months ago

Github flow has the same issues, in practice. Branching is the root cause, not the kind of branching. Even anonymous branches. Its the frequency of integration that matters.

load more comments (7 replies)
load more comments (18 replies)
this post was submitted on 01 Sep 2023
335 points (96.1% liked)

Programming

16210 readers
165 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS