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


当前回答

// Iced odnako
bool Iced{get;set;}

其他回答

我猜它被病毒式传播了,我在一个守护进程(Linux)中发现了以下防止OOM杀手选择它:

/*
 * Don't OOM me, bro!
 */

这紧跟在mlockall()之后,以防止进程交换,注释如下:

/*
 * Don't swap me, bro!
 */
// Added because boss changed his mind : 20020111,20020501,20020820, ...
// Commented out because boss changed his mind : 20020201,20020614,20020908, ...

在ETL脚本之间的主要黑客RPG数据库和SQL Server一个。我大概有10到20次这样的评论……

在初始化链表时:

last = first; /* Biblical reference */

简洁而滑稽。

//Mr. Compiler, please do not read this.

我曾经见过这个:

//this used to be a comment