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


当前回答

' Oh man I'm pissed. I think I better go home.

哪里喝醉了

其他回答

else
{
    //error situation
}
const int TEN=10; // As if the value of 10 will fluctuate... 
return 1; # returns 1
// drunk, fix later

真希望我是在开玩笑。根据编写代码的开发人员的了解,我认为他是认真的。

/* logic */
#ifndef TRUE
# define TRUE 1
#endif /* TRUE */
#ifndef FALSE
# define FALSE 0
#endif /* FALSE */
#define EOF_OK TRUE
#define EOF_NOT_OK FALSE

以及在IOCCC页面上的mkentry.c的其余部分。每次读这篇文章的时候,我都笑不出来。