Growing Object-Oriented Software, Guided by Tests

Idioma English

Publicado el 22 de Octubre de 2009

ISBN:
978-0-321-50362-6
¡ISBN copiado!
Goodreads:
4268826

Ver en Inventaire

5 estrellas (2 reseñas)

Test-Driven Development (TDD) is now an established technique for delivering better software faster. TDD is based on a simple idea: write tests for your code before you write the code itself. However, this "simple" idea takes skill and judgment to do well. Now there's a practical guide to TDD that takes you beyond the basic concepts. Drawing on a decade of experience building real-world systems, two TDD pioneers show how to let tests guide your development and “grow” software that is coherent, reliable, and maintainable.

Steve Freeman and Nat Pryce describe the processes they use, the design principles they strive to achieve, and some of the tools that help them get the job done. Through an extended worked example, you’ll learn how TDD works at multiple levels, using tests to drive the features and the object-oriented structure of the code, and using Mock Objects to discover and then describe relationships …

1 edición

Review of 'Growing Object-Oriented Software, Guided by Tests' on 'Goodreads'

5 estrellas

OK... so now I understand why this book became so popular :-)

It's that kind of book that I feel I should reread immediately after finishing it.
The part with the worked example is great, but personally I found specially interesting the chapters with insights about OOP design and sustainable TDD.

The ideal way to get all the value of this book is to write yourself the worked code as they are doing it. If you don't do it, at least take a look to the code here www.growing-object-oriented-software.com/

To
be honest, I didn't grab everything they explain. And after finishing, the imposter syndrome is devastating me: I think I know nothing 0_o '

But it was definitely worthy and I'm sure it has helped me to become a better developer :-)