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


当前回答

前段时间我看到:

raise InvalidChild() # e.g. no legs

这很奇怪,因为“inwalida”在波兰语中是残疾人的意思。愚蠢的我:)

其他回答

// TODO: Implement this function!
// this is really complicated

没有其他评论了

private static final Logger lager = new Logger();
<!-- Here it is -->

没有其他评论了。直到今天我都不知道“它”是什么。

好吧,这是我刚刚提到的一个问题:

/* Every time I re-visit this function, I feel like
 * I need to take a shower.
 *
 * Don't get too used to this function, its days are
 * numbered.
 */

有人可以创建像greatcodecomments.com这样的网站,然后赚点钱。然而,那个人不是我。