In my earlier post I mentioned that there are a couple of design patterns that I think are wholly wrong. The one that I'm most convinced is an abomination is the singleton pattern.The basic idea is that you make a class that should only ever have one
Read More