你遇到过的源代码中最好的注释是什么?
当前回答
设法把这个糟糕的双关语插入到我们的代码中
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 */
...
}
其他回答
// Okay, let's do the loop, yeah come on baby let's do the loop
// and it goes like this ...
// TODO: what the hell is this all about?
然后一些代码被注释掉了。
这是在今天早些时候的工作代码中发现的。我不知道我该笑还是该哭……
有一些旧的javascript代码,写得很好。然后是一条评论线
// and there is where the dragon lives
接下来是一个功能,4个人花了一天时间来理解它在做什么。最后我们意识到它根本没用,什么都没有。
// Catching exceptions is for communists
来自Mike Duncan在SQLite上的页面。
在游戏中,这个物体可以被踩到,或者:
stepOff(); //bitch