Design Patterns - Singleton Pattern
Today we'll have a look at a well known pattern, the Singleton Pattern. Most people have already heard about this one.
The definition: "Ensure a class has only one instance and provide a global point of access to it."
Read more at http://blog.cumps.be/design-patterns-singleton-pattern/