This project was developed following the Martin Fowler's "Refactoring 2nd Edition book".
Notes taken during the course are in the notes.md file.
git clone git@github.com:filipe1309/mf-refactoring-go-examples.git
cd mf-refactoring-go-examples
make run CHAPTER_NUM=1
Replace
CHAPTER_NUM
value with the desired chapter number
Run all tests:
make test-all
Run tests for a specific chapter:
make test CHAPTER_NUM=1
Replace
CHAPTER_NUM
value with the desired chapter number
Done with