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


当前回答

在初始化链表时:

last = first; /* Biblical reference */

简洁而滑稽。

其他回答

long john; // silver
/**
 * If you don't understand this code, you should be flipping burgers instead.
 */

在makefile中找到这个

# ===== Never edit below this line. Ever. Or I'll kick your ass. ====
// The hackiest hack that ever did hack

它在WordPress博客引擎(wp-admin/includes/user.php -如果有人真的想看黑客攻击本身)。

<!-- Here it is -->

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