Humor en comentarios de códigos fuente
Visto en stackoverflow.com
Algunos de ellos:
// sometimes I believe compiler ignores
// all my comments
// all my comments
// When I wrote this, only God and I understood
// what I was doing. Now, God only knows
// what I was doing. Now, God only knows
if (/*you*/ $_GET['action']) { //celebrate
//
// Dear maintainer:
//
// Once you are done trying to 'optimize'
// this routine, and have realized what
// a terrible mistake that was, please
// increment the following counter as a
// warning to the next guy:
//
// total_hours_wasted_here = 16
//
// Dear maintainer:
//
// Once you are done trying to 'optimize'
// this routine, and have realized what
// a terrible mistake that was, please
// increment the following counter as a
// warning to the next guy:
//
// total_hours_wasted_here = 16
//
// I'm sorry.
virgin = 0; /* you're not a virgin anymore, sweety */
// This is crap code but it's 3 a.m. and
// I need to get this working.
// I need to get this working.
// Hard to explain



