vote up 6 vote down star
3

What are the best anti-code sites that people have found? What I mean by "anti-code" is websites, books, blogs, etc. that describe or explain bad code with the tongue-in-cheek goal of showing us what we should not do. (I made up the phase anti-code for lack of a better term.)

These are the sites I'm familiar with:

I'm sure there are others? I'm not asking just to get laughs; I often find that seeing "just how far down the rabbit hole goes" is a better instructor and stronger argument for good development.

flag

7 Answers

vote up 0 vote down

"just how far down the rabbit hole"

or don't you mean the litter box: http://lolcode.com/

link|flag
vote up 4 vote down

Coding Horror has many posts on coding practices if you search there archives, and lots of examples of exactly what not to do.

One of my favorites

link|flag
vote up 2 vote down

I find the Evil C page is always good for a horrified chuckle.

link|flag
vote up 2 vote down

Oops, I kind of forgot the grandfather of them all, the The International Obfuscated C Code Contest

link|flag
vote up 0 vote down

C puzzles - does this fall into the category you are looking for?

link|flag
vote up 0 vote down

There is a long list of anti-patterns on Wikipedia.

http://en.wikipedia.org/wiki/Anti-pattern

Don't forget to check out "References" and "External links" at the bottom of this page.

link|flag
vote up 0 vote down

http://fifthsystemeffect.wordpress.com/ - Anti-patterns through architecture diagrams.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.