Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there any good source of anti-patterns? [closed]

I've heard and read many materials for design patterns, coding styles, programming techniques, etc... but seldom read anti-patterns materials. I think reading those materials can learn a lesson in a "negative" way, such that it's meaningful for programming newbies to avoid common mistakes. And in fact not only newbies, some experienced programmers still writing horrible codes.

So, I would like to know any materials about this topic, please leave your suggestions here, thanks!

like image 973
wala Avatar asked Nov 19 '11 06:11

wala


2 Answers

it's a good start for newbies: http://www.odi.ch/prog/design/newbies.php

like image 111
Frank Frank Avatar answered Sep 27 '22 18:09

Frank Frank


Go example by example...

http://javaantipatterns.wordpress.com/

like image 25
Abhishek Avatar answered Sep 27 '22 19:09

Abhishek