A continuously-updated repository of common programming design patterns, written in JavaScript.
| Behavioural | Creational | Structural |
|---|---|---|
| Chain of Responsibility A chain of objects handle (or ignore and pass on) a request. |
Abstract Factory short summary |
Adapter short summary |
| Command short summary |
Builder short summary |
Bridge short summary |
| Interpreter short summary |
Factory Method short summary |
Composite short summary |
| Iterator short summary |
Prototype short summary |
Decorator short summary |
| Mediator short summary |
Singleton short summary |
Facade short summary |
| Memento short summary |
| Flyweight short summary |
| Observer short summary |
| Proxy short summary |
| State short summary |
| |
| Strategy short summary |
| |
| Template Method short summary |
| |
| Visitor short summary |
| |
(to be added).