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.
测试先行,小步迭代,不断重构,持续集成。XP在组里(就3个人)实施不容易,自己先做点力所能及的吧,就看了《TDD》,可不巧的是目前做的项目是Swing开发的桌面工具,这可是偶做的第一个项目啊,该怎么测试先行呢?看了看marathon,Abbot,JFCUnit的文档,搜了点Winrunner的资...
评分本想直接写短评,发现字数写不下,故记录在此: 花了两个小时快速的读完了,留下印象的是在前言里写的TDD两个原则:不要重写代码,除非test fail了;去除重复设计,优化代码结构。以及“不要过多的设计,只要满足test pass即可” -- 当现有设计不满足新功能时(即新的test fail...
评分这本书的作者是“极限编程”之父Kent Beck,书写得很薄,每一章都只有几页的长度。这就好像用TDD方法写出的代码般,每一个单元都是精巧明快的,使得人们很容易读懂,也使人们更有意愿将其读懂(短的文章更能激发人们的阅读欲望,不是吗?)。加之作者的笔调也十分轻松,这种小薄...
评分If I get stuck and I don’t know how a complex algorithm should work I’ll write a test for an error case. Then I’ll write a test for the simplest non-error case I can think of and return a hard coded value. Then I’ll write another test case and see if I ...
评分思想很好,传统开发模式下顾问、项目经理管需求,资深开发者、设计者进行分析设计,程序员负责开发,一方面带来项目管理、项目风险诸多问题,另一方面也造就大量"不负责任"的程序员,妨碍程序员综合能力的提升、思维和视角的拓展。TDD下程序员直接面对需求、用例,参与设计,以...
Section 2的例子是用TDD写一个单元测试工具, 经常拿已经开发好的部分来写测试继续未完成的部分, bootstrap的过程好玩; Section 3是那种不严谨的老程序员经验谈 我没什么兴趣; 代码: https://github.com/suzaku/tdd_by_example
评分极限的TDD。比起《The Art of Agile Development》那本书中讲TDD的一章,这本书中的方法更加extreme。正如作者所说,开发中根据实际场景的不同,步骤可大可小,但本书至少展示了极致的TDD是怎样的。
评分TDD经典
评分Section 2的例子是用TDD写一个单元测试工具, 经常拿已经开发好的部分来写测试继续未完成的部分, bootstrap的过程好玩; Section 3是那种不严谨的老程序员经验谈 我没什么兴趣; 代码: https://github.com/suzaku/tdd_by_example
评分还不错吧,算得上手把手教你怎么tdd,不过看另一本tdd似乎是更合适一些。
本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度,google,bing,sogou 等
© 2025 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有