Once upon a time I was wandering through some C code that John Walker (one of the founders of AutoDesk) wrote that was modeling gravitational pull on virtual planets in an AutoCAD drawing session. His comment just above a large malloc call was something like:
// LOOK OUT!!! here comes trouble!
Then the malloc statement followed by:
// We now return to our elegant program...already in progress.
Still brings a smile to my face everytime I think about it. My own code is littered with random thoughts, profanities and curses at stupid vendor supplied APIs that don't make sense.
Regards,