When can a design pattern make your software worse?

Posted by magol on Stack Overflow See other posts from Stack Overflow or by magol
Published on 2009-11-30T14:20:05Z Indexed on 2010/03/30 12:33 UTC
Read the original article Hit count: 393

When can a design pattern make your software worse?

I have seen a program where they used the facade pattern between the GUI and logic. They considered that no objects may be transported over this, so only primitive types were used which made it difficult to code.

© Stack Overflow or respective owner

Related posts about design-patterns

Related posts about subjective