你遇到过的源代码中最好的注释是什么?


当前回答

生产源代码:

// Remove this if you wanna be fired

其他回答

/*************************** Drag And Drop Section - Start (you should be me to mess with this section)*********************************************/
// Sorry dirty code
BEGIN.
// Here might be dragons
.
.
 IF...
 // Beware of the Jabberwocky
 .//user the force, luke
 .
 .
 ENDIF.
.
END.

BerkeleyDB

/*
 * Chaos reigns within.
 * Reflect, repent, and reboot.
 * Order shall return.
 */
return (DB_RUNRECOVERY);

http://fxr.watson.org/fxr/source/pci/if_rl.c 是好的来源。