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


当前回答

我不再有确切的代码包,但我清楚地记得注释。

// The code below needs to be changed immediately.
// I wish I was a little bit taller
// I wish I was a baller
// I wish I had a girl who looked good, I would call her.

其他回答

不记得我在哪里见过这些了

long time; /* know C */

and(在代码中创建某种UNIX守护进程):

/* Be a real daemon: fork myself and kill my parent */
// Okay, let's do the loop, yeah come on baby let's do the loop
// and it goes like this ...
If you have reached this part in the code, then this program sucks.
-- Change Log:  Not needed. The code is perfect 'cause I wrote it.
-- If you change it, it will break.

我正在检查一些代码注释,以检查它们是否有意义,并看到上面的一行。

Repeat
    ...
Until (JesusChristsReturn) ' Not sure