Design patterns to avoid
        Posted  
        
            by Brian Rasmussen
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Brian Rasmussen
        
        
        
        Published on 2009-01-16T07:07:07Z
        Indexed on 
            2010/06/01
            21:53 UTC
        
        
        Read the original article
        Hit count: 363
        
A lot of people seem to agree, that the Singleton pattern has a number of drawbacks and some even suggest to avoid the pattern all together. There's an excellent discussion here. Please direct any comments about the Singleton pattern to that question.
Are there other design patterns, that should be avoided or used with great care?
© Stack Overflow or respective owner