From 3510eaaf2e4d800b3850b798ffcb7e0152e216da Mon Sep 17 00:00:00 2001 From: Lluis Ingles Date: Wed, 11 Feb 2015 21:10:47 +0100 Subject: [PATCH] Add book: Head First Design Patterns --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c42d071..00b9e98 100644 --- a/README.md +++ b/README.md @@ -773,6 +773,7 @@ Various resources, such as books, websites and articles, for improving your PHP * [Vagrant Cookbook](https://leanpub.com/vagrantcookbook) A book about creating Vagrant environments by Erika Heidi. * [Pro Git](http://git-scm.com/book/en/v2) - A book about Git by Scott Chacon and Ben Straub. * [Clean Code](http://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882) - A Handbook of Agile Software Craftsmanship. +* [Head First Design Patterns](http://www.headfirstlabs.com/books/hfdp/) - Do you want to learn, understand, remember, and apply design patterns, including the OO design principles upon which design patterns are based?. ## PHP Videos *Fantastic PHP-related videos.*