Do you feel comfortable merging code?

前端 未结 18 2190
心在旅途
心在旅途 2021-01-31 04:50

This morning, I read two opinions on refactoring.

  • Opinion 1 (Page not present)
  • Opinion 2 (Page not present)

They recommend branching (and s

18条回答
  •  感情败类
    2021-01-31 05:06

    I use Subversion and consider branching very simple and easy. So to answer question 1.. Yes.

    The reason for branching can vary massively. I branch if I feel I should. Quite hard to put rules and reasons down for all possibilities.

    However, as far as the "Allow a developer to walk away from risky changes." comment. I totaly agree with that one. I create a branch whenever I want to really play around with the code and wish I was the only developer working on it.. When you branch, you can do that...

提交回复
热议问题