When to rewrite a code base from scratch

后端 未结 18 633
悲哀的现实
悲哀的现实 2020-12-12 10:35

I think back to Joel Spolsky\'s article about never rewriting code from scratch. To sum up his argument: The code doesn\'t get rusty, and while it may not look pretty afte

18条回答
  •  不思量自难忘°
    2020-12-12 11:00

    One danger in a complete rewrite is that your job is constantly on the line. You're a cost that isn't contributing to the bottom line. The code that sucks is the code that's making the money.

    But if you fix the existing code one piece at a time, you're the guy who knows how the money machine works.

提交回复
热议问题