Test Driven Development: By Example

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 http://blog.csdn.net/topmvp - topmvp

By driving development with automated tests and then eliminating duplication,any developer can write reliable,bug-free code no matter what its level of complexity. Moreover,TDD encourages programmers to learn quickly,communicate more clearly,and seek out constructive Feedback. Readers will learn to:

*Solve complicated tasks,beginning with the simple and proceeding to the more complex.
*Write automated tests before coding.
*Grow a design organically by refactoring to add design decisions one at a time.
*Create tests for more complicated logic,including reflection and exceptions.
*Use patterns to decide what tests to write.
*Create tests using xUnit,the architecture at the heart of many programmer-oriented testing tools.

This book follows two TDD projects from start to finish,illustrating techniques programmers can use to easily and dramatically increase the quality of their work. The examples are followed by references to the featured TDD patterns and refactorings. With its emphasis on agile methods and fast development strategies,Test-Driven Development is sure to inspire readers to embrace these under-utilized but powerful techniques.

http://rapidshare.com/files/15275296/I0321146530.rar

相关文章

迭代器模式(Iterator)迭代器模式(Iterator)[Cursor]意图...
高性能IO模型浅析服务器端编程经常需要构造高性能的IO模型,...
策略模式(Strategy)策略模式(Strategy)[Policy]意图:定...
访问者模式(Visitor)访问者模式(Visitor)意图:表示一个...
命令模式(Command)命令模式(Command)[Action/Transactio...
生成器模式(Builder)生成器模式(Builder)意图:将一个对...