Add references to Refactoring to Patterns book

This commit is contained in:
Ilkka Seppälä
2020-07-07 18:44:00 +03:00
parent 0b1a98137a
commit 4beb53b8b8
14 changed files with 15 additions and 0 deletions

View File

@ -29,3 +29,4 @@ Use the Null Object pattern when
## Credits
* [Pattern Languages of Program Design 3](https://www.amazon.com/gp/product/0201310112/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0201310112&linkCode=as2&tag=javadesignpat-20&linkId=7372ffb8a4e39a3bb10f199b89aef921)
* [Refactoring to Patterns](https://www.amazon.com/gp/product/0321213351/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0321213351&linkCode=as2&tag=javadesignpat-20&linkId=2a76fcb387234bc71b1c61150b3cc3a7)