Test Driven Development: By Example

前端之家收集整理的这篇文章主要介绍了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 原文链接:https://www.f2er.com/javaschema/288012.html

猜你在找的设计模式相关文章