圖書標籤: TDD 軟件開發 軟件工程 編程 計算機 agile programming Programming
发表于2024-11-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經典
評分為什麼要TDD?都說TDD可以提高程序質量,減少bug,那是對程序而言;然而對於程序員來說,TDD的最大好處在於,你可以放心的push,而不用擔心會引入regression。這種自信也許纔是最吸引人的,因為自信是快樂的基礎。
評分Section 2的例子是用TDD寫一個單元測試工具, 經常拿已經開發好的部分來寫測試繼續未完成的部分, bootstrap的過程好玩; Section 3是那種不嚴謹的老程序員經驗談 我沒什麼興趣; 代碼: https://github.com/suzaku/tdd_by_example
kent back写的书一向很薄, 薄但是都是干货, 在这个资讯爆炸的年代, 的确节省了大家无数的时间, 测试驱动开发是一本非常厉害的书, 作为测试驱动开发这一开发模式几乎颠覆了我们已有的开发模式, 而要掌握或者领悟这项开发技术却需要经过严格的实战, 非简单的看看书就行的. 虽然我...
評分最近开发了两周的项目上线了( 对, 又是开源项目改吧改吧就上线了) 开发任务突然没有了, 而我, 每天却要写日报, 所以我又想起了多年前的愿望, 试一试怎么写测试。这样日报也有的写, 还可以提高项目的单元测试率, 面试的时候还能说为一个开源项目提供过commit, 美滋滋...
評分 評分测试驱动开发是否是软件开发的银弹,答案是否定的,但是其作用是值得重视的。 现在的有一种趋势是弱化设计驱动,设计尽量简单,设计范围尽量减少。在“测试驱动”过程中重构,深化设计,验证结果。这是不是有效率呢?是不是符合软件开发实际呢?还是件需要思考的事情。 如何...
評分Test Driven Development pdf epub mobi txt 電子書 下載 2024