GOOS Book Distilled

GOOS Book Distilled Part 1

A follow through of the great book Growing Object-Oriented Software, Guided by Tests with code

3 minute read

This is a series of blog posts going through the great book Growing Object Oriented Software Guided By Tests, typing in code chapter by chapter, trying to add some of my own understanding where things may not be easy to grasp in the book. I highly recommand you get a copy of the book and follow along with me. Happy coding. Now it’s about time to write our first acceptance test.

GOOS Book Distilled Part 0

A follow through of the great book Growing Object-Oriented Software, Guided by Tests with code

2 minute read

I decided to start this new series of blog posts to mark my progress of re-reading the classic book Growing Object-Oriented Software, Guided By Tests. I read this book a couple of months ago (mostly on the train to work), I remembered it is a good book, but since I have no code out of it, the understanding must not be good. So this time, I’m gonna do it the hard way.