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


当前回答

// Fuck.

,……

// This code worked before, but my cat decided to take a trip across my keyboard...

其他回答

我经常看到这种情况:

// TODO make this work
/* 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的其余部分。每次读这篇文章的时候,我都笑不出来。

-- Comment this later

这是一个4000多行的PL/SQL过程的第2行。唯一的评论。手术已经进行了4年了,后来还是没来…

// Okay, let's do the loop, yeah come on baby let's do the loop
// and it goes like this ...