Overused or abused programming techniques

Posted by Anto on Programmers See other posts from Programmers or by Anto
Published on 2011-01-11T20:49:01Z Indexed on 2011/01/11 21:00 UTC
Read the original article Hit count: 178

Filed under:
|

Are there any techniques in programming that you find to be overused (IE used way more excessively than what they should be) or abused, or used a bit for everything, while not being a really good solution to many of the problems which people attempt to solve with it.

It could be regular expressions, some kind of design pattern or maybe an algorithm, or something completely different. Maybe you think people abuse multiple inheritance etc.

© Programmers or respective owner

Related posts about design

Related posts about bad-practice