Code Templates

Common Usages of Singleton

For any object which do not require more than one instance.

Bridge

Hide the complexity of underlying implementation.