DEV Community

Discussion on: why branching on git is wrong

Collapse
 
nmuta profile image
Nmuta Jones • Edited

I respect that you have a different flow but saying that git branching is "wrong" is short-sighted at the very least.

It's funny that you mentioned the feature toggles concept because I used to do that back in the days when I was a solo PHP developer and it was only my code and maybe one other person's code.

But on large teams feature toggles would be an absolute nightmare IMO and just not very professional at all. There are literally millions of small to large teams using branches on a daily basis and it all works fairly smoothly.