https://github.com/lvguowei/goos
The project in the book Growing Object-Oriented Software
https://github.com/lvguowei/goos
object-oriented-programming ood tdd testing
Last synced: 5 months ago
JSON representation
The project in the book Growing Object-Oriented Software
- Host: GitHub
- URL: https://github.com/lvguowei/goos
- Owner: lvguowei
- Created: 2018-02-02T12:54:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T12:18:09.000Z (over 4 years ago)
- Last Synced: 2023-08-19T16:51:04.751Z (almost 3 years ago)
- Topics: object-oriented-programming, ood, tdd, testing
- Language: Java
- Size: 135 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# GOOS Book Distilled
This project is from the book [Growing Object Oriented Software Guided by Tests](http://www.growing-object-oriented-software.com/), I read every chapter and type in the code.
I find that sometimes the book can be a bit confusing, so I added some of my own explanations. There are a series of blog posts
here:
https://www.lvguowei.me/post/goos-1/
https://www.lvguowei.me/post/goos-2/
https://www.lvguowei.me/post/goos-3/
https://www.lvguowei.me/post/goos-4/
https://www.lvguowei.me/post/goos-5/
https://www.lvguowei.me/post/goos-6/
https://www.lvguowei.me/post/goos-7/
https://www.lvguowei.me/post/goos-8/
https://www.lvguowei.me/post/goos-9/
https://www.lvguowei.me/post/goos-10/
https://www.lvguowei.me/post/goos-11/
https://www.lvguowei.me/post/goos-12/
https://www.lvguowei.me/post/goos-13/
https://www.lvguowei.me/post/goos-14/
https://www.lvguowei.me/post/goos-15/
https://www.lvguowei.me/post/goos-16/