Rewrite or repair?

后端 未结 11 1817
北荒
北荒 2021-01-02 01:01

I\'m sure you have all been there, you take on a project where there is a creaky old code base which is barely fit for purpose and you have to make the decision to either re

11条回答
  •  轮回少年
    2021-01-02 01:47

    See Joel Spolsky's essay Things You Should Never Do. In summary, when you rewrite you lose all the lessons you learned to make your current code work the way it needs to work.

    See also: Big Ball of Mud

提交回复
热议问题