Learning/Implementing Design Patterns (For Newbies) [closed]

Head First Design Patterns

alt text

and the Design Pattern Wikipedia page are the best resources for beginners. FluffyCat is another good, free online resource for design patterns in both Java and PHP.

The Gang of Four book is where to go afterward, but it’s fairly advanced, so I’d wait until you have a pretty firm grasp from the other resources.

Leave a Comment