DEV Community

Discussion on: why branching on git is wrong

Collapse
 
didxga profile image
Carter Chen

So your opinion is not to have no branch at all, but it is to avoid branching for each feature.

But could you tell me how am I suppose to test my feature if everyone is commit half baked code even code not compiling into the same branch I am working on. That will be time wasted to sort out problem that is caused by other developers.