Skip to content
enengee
Go back

Book Review: Test-Driven Development: By Example by Kent Beck (2002)

Link to the book.

I don’t remember exactly how I found out about this book, but I sought it out when I needed to learn about Test-Driven Development (TDD) to prepare for a junior interview.

The tone of the book is not very formal; the author writes as if he were talking directly to the reader. To read this book effectively, you should have a basic understanding of TDD and unit testing (no need to go deep, just getting the general concept is fine), and know how to use JUnit (basics). There are many reference sources available online.

The book mainly consists of 3 main chapters:

Rating: 3/5. Beginners should focus on Chapter 1, 2, and the beginning of Chapter 3.


Share this post on:

Previous Post
Book Review: Test-Driven Java Development by Viktor Farcic and Alex Garcia (2015)
Next Post
Logic of the Tortoise and Hare algorithm