BasePatterns
Реализация основных паттернов программирования
Структура:
Creational patterns:
-Singleton -Builder -Prototype -Factory -Abstract Factory
Structure patterns:
-Adapter -Bridge -Flyweight -Composite -Decorator -Facade -Proxy
Behavior patterns:
-Command -Chain -Iterator -Interpreter -Moderator -Memento -Observer -State -Strategy -Template -Visitor