Have you used the patterns?
The Singleton: The Alternatives Monostate Pattern and Dependency Injection
by Rainer Grimm
From the article:
So far, I have discussed in my previous posts the Singleton Pattern, and its pros and cons. One question is still open: What alternatives for the Singleton Pattern are available? Today, I write about the Monostate Pattern and Dependency Injection...
Add a Comment
Comments are closed.