Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

How do you handle major refactoring, or entire directory structure reorganisation? Stuff like that you can’t hide behind a switch.


Do it on a single commit? (or contiguous series of commits) It's not going to conflict with any other branch because there are no other branches ;)

I guess that large refactorings/reorganizations are harder if you have many branches, because they will inevitably lead to merging conflicts. On a linear setup, you don't have this problem.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: