Click here for an introduction to the Singleton.
You might wonder the useful-ness of doing this.
Well, I found that by pure accident, I was reviewing some code then I decided to try enhance the original Singleton pattern.
Here are the benefits :
You don’t need to have a field or property representing the singleton instance,
With its syntax, it [...]