DEV Community

Cover image for Notes from "Growing Object Oriented Software, Guided by Tests"

Notes from "Growing Object Oriented Software, Guided by Tests"

Barry O Sullivan on May 31, 2017

Below is a collection of notes I made after reading Growing Object Oriented Software, Guided by Tests. I highly recommend that developers read this...
Collapse
 
maestromac profile image
Mac Siri

Working is not the same as finished. Be sure to refactor your code right after writing a passing test, it's the best time to do it, you have all the context in your head.

Couldn't agree with this more. There's no better time to perfect the code. Thanks for sharing!

Collapse
 
fatherdougal profile image
Michael

Thanks for summarising !!