Design patterns: when to use and when to stop doing everything using patterns

Posted by honeybadger on Programmers See other posts from Programmers or by honeybadger
Published on 2011-02-18T11:18:38Z Indexed on 2011/02/19 7:32 UTC
Read the original article Hit count: 486

Filed under:
|
|
|
|

This question arises due to comment of FredOverflow in my previous post. Design pattern used in projects

I am quite confused by the comment. I know design pattern help in making code reusable and readable (may lack in efficiency a bit). But when to use design patterns and most importantly when to stop doing everything using patterns or carried away by it ?

Any comments from you will be helpful.

tagging programing languages too to cover broader audience.

© Programmers or respective owner

Related posts about java

Related posts about .NET