For years, the only software design pattern that I thought I really understood was the Singleton Pattern. I mean, how much more simple can you get than a pattern that is used to "ensure that a class has only one instance, and provides a global point of
Read More...