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


当前回答

在makefile中找到这个

# ===== Never edit below this line. Ever. Or I'll kick your ass. ====

其他回答

.class {border:1px solid gold;} /*我可怜这个傻瓜*/

long time; /* just seems that way */
// GK Experimental

(GK是编码器的首字母缩写)

用来表示部分代码,实际上,是实验性的。:)

这是一个很好的标志,当你在调试过程中碰到它时,你可能会在接下来的几个小时里忙着修复黑客。;)

很久以前,我遇到了一些连接脚本,虽然我不记得语法,但我记得注释,因为我是平克·弗洛伊德的粉丝。

//Attempt Handshake: Hello? This is London calling. Are we reaching you?


//Handshake Failed: I don't understand...he just hung up.
//ALL YOUR BASE ARE BELONG TO US

...这让我的老板以为有人黑进了系统。他不知道这个笑话。