/mf-refactoring-go-examples

Notes & examples with Go lang from the 2nd edition of the book "Refactoring" by Martin Fowler

Primary LanguageGoMIT LicenseMIT

Refactoring with Go

Go

💬 About

This project was developed following the Martin Fowler's "Refactoring 2nd Edition book".

Notes taken during the course are in the notes.md file.

💻 Technologies

(back to top)

📜 Requirements

(back to top)

💿 Installation

git clone git@github.com:filipe1309/mf-refactoring-go-examples.git
cd mf-refactoring-go-examples

(back to top)

🏃 Running

make run CHAPTER_NUM=1

Replace CHAPTER_NUM value with the desired chapter number

(back to top)

✅ Tests

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

(back to top)

📝 License

MIT

(back to top)

🧙‍♂️ About Me

(back to top)


Done with  ♥️  by Filipe Leuch Bonfim 🖖


👏 Acknowledgments

(back to top)