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


当前回答

// I have to find a better job

其他回答

double t = 0.0; /* that's generally my opinion of the diner, too. */
// 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次这样的评论……

//Abandon all hope ye who enter beyond this point

我想我有过这样的经历:


if (case1) { // trivial
...
}
else { // we are screwed
 /* fill in later */
}

好吧,我可能用了一个比搞砸更强烈的词

Exception up = new Exception("Something is really wrong.");
throw up;  //ha ha