BBBaden Assets Design Patterns 0.2.0 API

Packages
Package
Description
Command (Behavioral Pattern) Image of a Command (Behavioral Pattern)
Note: The Receiver is the Type which is being modified by the Command.
Decorator pattern.
Newer version of the Observer pattern.
Proxy (Structural Pattern)
Ensure a class only has one instance, and provide a global point of access to it.
State (Behavioral Pattern)
Strategy (Behavioral Pattern)