How to restrain one's self from the overwhelming urge to rewrite everything?

后端 未结 20 728
遥遥无期
遥遥无期 2021-01-30 12:50

Setup

Have you ever had the experience of going into a piece of code to make a seemingly simple change and then realizing that you\'ve just stepped into a wasteland tha

20条回答
  •  梦毁少年i
    2021-01-30 13:26

    If it's some code you've inherited, start making the code your own. Write unit-tests, then refactor.

提交回复
热议问题