Design Patterns

Disclaimer: all text or text excerpts that look like other author's work belong to them...these are merely my notes.

These are my notes on Design Patterns. In the future implementations on those, to document these aspects.

Creational Design Patterns

Abstract Factory

Builder

Factory Method

Prototype

Singleton

Behavioral Design Patterns

Chain of Responsibility

Command

Iterator

Mediator

Memento

Observer

State

Strategy

Template Method

Visitor

Structural Design Patterns

Adapter

Bridge

Composite

Decorator

Facade

Flyweight

Proxy