Skip to content

Head First Design Patterns

Authors: Eric Freeman & Elisabeth Robson
Priority: #4 Must-Read


Overview

Best for learning design patterns with an engaging, visual format. Makes complex patterns easy to understand.


Key Topics

Creational Patterns

  • Singleton, Factory Method, Abstract Factory
  • Builder, Prototype

Structural Patterns

  • Adapter, Bridge, Composite
  • Decorator, Facade, Flyweight, Proxy

Behavioral Patterns

  • Chain of Responsibility, Command, Iterator
  • Mediator, Memento, Observer
  • State, Strategy, Template Method, Visitor

Notes