Test Driven Development 在线电子书 图书标签: TDD 软件开发 软件工程 编程 计算机 agile programming Programming
发表于2025-03-20
Test Driven Development 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025
极限的TDD。比起《The Art of Agile Development》那本书中讲TDD的一章,这本书中的方法更加extreme。正如作者所说,开发中根据实际场景的不同,步骤可大可小,但本书至少展示了极致的TDD是怎样的。
评分重新 refresh 了一下 TDD 的知识,毕竟很久远的书了
评分Section 2的例子是用TDD写一个单元测试工具, 经常拿已经开发好的部分来写测试继续未完成的部分, bootstrap的过程好玩; Section 3是那种不严谨的老程序员经验谈 我没什么兴趣; 代码: https://github.com/suzaku/tdd_by_example
评分读了Section I,总体感觉tdd的思想是很好的,实践起来有一点麻烦。这个就和去健身是一个道理,都知道对自己好,但是有的时候狠不下心来。真正看懂需要一些java的基础。 后面两个sections以后再看。
评分TDD经典
Kent Beck consistently challenges software engineering dogma, promoting ideas like patterns, test-driven development, and Extreme Programming. Currently affiliated with Three Rivers Institute and Agitar Software, he is the author of many Addison-Wesley titles.
Quite simply, test-driven development is meant to eliminate fear in application development. While some fear is healthy (often viewed as a conscience that tells programmers to "be careful!"), the author believes that byproducts of fear include tentative, grumpy, and uncommunicative programmers who are unable to absorb constructive criticism. When programming teams buy into TDD, they immediately see positive results. They eliminate the fear involved in their jobs, and are better equipped to tackle the difficult challenges that face them. TDD eliminates tentative traits, it teaches programmers to communicate, and it encourages team members to seek out criticism However, even the author admits that grumpiness must be worked out individually! In short, the premise behind TDD is that code should be continually tested and refactored. Kent Beck teaches programmers by example, so they can painlessly and dramatically increase the quality of their work.
Kent Beck关于TDD的名言: 测试驱动开发非常适合那些对代码情有独钟的呆子们。我年轻时软件工程生活的一项最令人痛楚的事情就是满怀热情的开始一个项目,然后看着代码随着时间的流失逐渐腐烂。一年后我只想丢掉已经变味的代码,转到开发别的项目中去。测试驱动开发能让...
评分真不知道出版社怎么选的译者。一本200页的书动用了10来个译者。。。整个翻得就是惨不忍睹糟蹋了一本好书。。建议看原版。。。
评分思想很好,传统开发模式下顾问、项目经理管需求,资深开发者、设计者进行分析设计,程序员负责开发,一方面带来项目管理、项目风险诸多问题,另一方面也造就大量"不负责任"的程序员,妨碍程序员综合能力的提升、思维和视角的拓展。TDD下程序员直接面对需求、用例,参与设计,以...
评分思想很好,传统开发模式下顾问、项目经理管需求,资深开发者、设计者进行分析设计,程序员负责开发,一方面带来项目管理、项目风险诸多问题,另一方面也造就大量"不负责任"的程序员,妨碍程序员综合能力的提升、思维和视角的拓展。TDD下程序员直接面对需求、用例,参与设计,以...
评分测试驱动开发是否是软件开发的银弹,答案是否定的,但是其作用是值得重视的。 现在的有一种趋势是弱化设计驱动,设计尽量简单,设计范围尽量减少。在“测试驱动”过程中重构,深化设计,验证结果。这是不是有效率呢?是不是符合软件开发实际呢?还是件需要思考的事情。 如何...
Test Driven Development 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025