Obsah
chapter id="design-patterns" xreflabel="Návrhové vzory"
Each pattern describes a problem which occurs over and over again in our environment, and then describes the core od the solution to that problem, in suach a way that you can use this solution a million times over, without ever doing it the same way twice.
Popsat co jsou to návrhové vzory.
Text kapitoly
Struktura kapitoly návrhových vzorů
Creational Design Patterns
Abstract Factory
Abstract Session
Factory
Builder
Prototype
Singleton
Borg
Structural Patterns
Adapter
Bridge
Composite
Decorator
Facade
Flyweight
Proxy
Behavorial Design Patterns
Prostředník (Mediator/Colleague)
Command
Interpreter
Iterator
Chain of Responsibility
Memento
Observer