36
you are viewing a single comment's thread
view the rest of the comments
[-] glad_cat@lemmy.sdf.org 4 points 1 year ago* (last edited 1 year ago)

I'm actually confused by the whole post.

In contrast, the branching model

TBD is a branching model which works fine with DVCS. I've used it successfully with git and it was better than the other "git/github flows."

The point of TBD is to have well-defined branches for certain tasks or topics. Nothing is forced for how you achieve this. For example you won't get conflicts if you have a rule to merge the master/develop/main branch, or squash or rebase your commits on your feature branch before your merge request is ready.

Also, I disagree with the person who says it's a "developer culture problem." IMHO it's a branching model that should be respected in the same way we have rules for code formatting or using linters before a commit whether it's a tool, a hook, or a check in the CI.

Overall I prefer TBD because it has fewer branches than the other methods.

this post was submitted on 03 Jul 2023
36 points (92.9% liked)

Programming

17025 readers
312 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