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


当前回答

在LucasArts的电脑游戏《the Eidolon》(游戏邦注:这款游戏本身就很古怪)的源代码中可以看到……

// He's dead, Jim!

其他回答

/* My lawyer told me not to reveal */
// Singleton object. Leave $me alone.
private static $me;

//迭代一次 美元我+ +;

不幸的是,它是我的,在我的“必须评论一切”阶段。

一段时间前我在一个PHP CMS中添加的注释。

if (/*you*/ $_GET['action']) { //celebrate
If you have reached this part in the code, then this program sucks.