Design Patterns - Generic Singleton Pattern
A little follow up from yesterday's Singleton Pattern, where I asked for some help on how you would approach a generic singleton.
With the help of Andrew Stevenson and ExNihilo, we came up with the following Generic Singleton Pattern:
Read more at http://blog.cumps.be/design-patterns-generic-singleton-pattern/