图书标签: TDD 软件开发 软件工程 编程 计算机 agile programming Programming
发表于2024-06-22
Test Driven Development pdf epub mobi txt 电子书 下载 2024
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 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.
TDD经典
评分没看完
评分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 ...
评分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 ...
评分最近开发了两周的项目上线了( 对, 又是开源项目改吧改吧就上线了) 开发任务突然没有了, 而我, 每天却要写日报, 所以我又想起了多年前的愿望, 试一试怎么写测试。这样日报也有的写, 还可以提高项目的单元测试率, 面试的时候还能说为一个开源项目提供过commit, 美滋滋...
评分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下程序员直接面对需求、用例,参与设计,以...
Test Driven Development pdf epub mobi txt 电子书 下载 2024