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


当前回答

var arbitraryNumber = 10;
//I don't know why. Just move on.

其他回答

设法把这个糟糕的双关语插入到我们的代码中

for (bo_thans = 0 ; bo_thans < MAX ; bo_thans++)
{
    if(rs == thing[bo_thans])
    {
       found = true;
    }
}

if(!found)
{
   /* Failed to find rs with bo_thans */
   ...
}

来自一个显然在看巨蟒剧团的小伙子:

> //现在,for something完全 > // different: 类theLarch {

try {
   doSomething();
} catch(err) {
   // Die quietly
   alert(err);
}
// No women, no children... What movie???

我只是发表了这样的评论:

// this control (Resistance) is FUTILE!