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


当前回答

//下面的代码需要被注释掉

其他回答

// nobody read comments!
// Singleton object. Leave $me alone.
private static $me;
/* Look not upon this file lest your eyes be burnt from your head. */

我能说什么呢?我当时是实习生,夏天快结束了。我们可以说,我对我的文件责任缺乏认真的承诺。

我在查看TVNZ网站早期迭代的HTML源代码时发现了这个宝藏(如果你在家玩的话,从571行开始):

<!-- Hopfully we can do this otherwise the nav is going to be pretty plain and Hong will go postal. -->

在初始化链表时:

last = first; /* Biblical reference */

简洁而滑稽。