本文主要是介绍Test Driven Development: By Example,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 http://blog.csdn.net/topmvp - topmvpBy 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
这篇关于Test Driven Development: By Example的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!