Look what I found

Posted on Friday, October 9th, 2009 at 12:10 pm in

Work long enough as a programmer and you will no doubt find something in the source code which is
a) unintelligible
b) ridiculous
c) very funny.

This category is devoted to these things.

Found in a stored procedure:

{lots of stuff went on before this point}

—- Begin Actual code —-

commit;
–We will probably want an error handler here just in case
–for now let’s put a comment here and move on to other more interesting things.

—- End Actual code —-

Near as I can tell this stored procedure was created at least seven years ago.

Top