DEV Community

Discussion on: why branching on git is wrong

Collapse
 
rangeoshun profile image
Abel Varga

Imagine you make an animated cartoon. Image you split up the work, and everyone draws some parts. Some work on the backgrounds, and some draw different frames. What would you expect to see when it's put togather? Masterworks.

These are no reasons to not to have feat branches. Contracts are key. Aren't develop branches messy feat branches in the end? I think they are. You work on your fork, and organise things as you'd like. Then do a PR. After it works. Until then just push stuff not to loose by accident.