Sunday, 6 November 2016

程序员修炼之道读书笔记 46




过时的文档或信息甚至不如没有文档或信息。
The cobbler's children have no shoes. Often, people who develop software use the poorest tools to do the job.
鞋匠的孩子没鞋穿。软件开发人员通常使用世界上最烂的工具。(此言不谬)
Test Early. Test Often. Test Automatically.
尽早测试,经常测试,自动测试。
Code a little, test a little"
一边编码一边测试,增量开发。当你确认一切正确无误时,批量生产。(这种方法适合于,有些重复性的feature 开发,先让一个work,测试无误,批量生产其他)。这也就是极限编程的持续集成思想。
Coding aren’t done until all the tests run.
编码不算完成,除非所有已有和新增测试通过。

No comments:

Post a Comment