Test Driven Development: By Example
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...
show more
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.
show less
Format: papier
ISBN:
9780321146533 (0321146530)
ASIN: 321146530
Publish date: 18 listopada 2002
Publisher: Addison-Wesley Professional
Pages no: 240
Edition language: Polski
Category:
Non Fiction,
Reference,
Computer Science,
Programming,
Science,
Technology,
Software,
Technical,
Computers,
Coding,
Textbooks
I just wish I had read this book sooner- great guide to TDD with practical, well-illustrated examples.