Raymond Camden solicits some examples of bad ColdFusion code.

My personal favorite is when the logic for a simple application is split into a dozen files, none of which are ever reused anywhere else, and that have no comments or other documentation indicating their actual use. I just love searching across all of the files in a directory to find where one variable is being set, or, better yet, where the end of a table tag is located. :|