作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
Where a new system concept or new technology is used, one has to build a system to throw away, for even the best planning is not so omniscient as to get it right the first time. Hence plan to throw one away; you will, anyhow.
-- Fred Brooks, The Mythical Man-Month [Emphasis mine]
最佳答案
如果您正在进行测试驱动的开发,您几乎可以通过重构来解决任何问题。我毫不费力地更改了主要的设计决策,并拯救了十年前的代码库。
唯一的异常(exception)是当您发现您的架构从头到尾完全错误时。例如,如果您使用线程编写应用程序,但您发现需要一堆异步状态机。在这一点上,继续并扔掉初稿。
关于refactoring - 无情地重构还是构建一个扔掉?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/78806/
我是一名优秀的程序员,十分优秀!