你遇到过的源代码中最好的注释是什么?
当前回答
/*
* TODO: Remove this function
function remove($customer_id)
{
$this->Customer->remove($id);
}
*/
其他回答
long john; // silver
// Jay knows what's going on here, but will he remember in a year? Not very likely, this code sucks, but it works so do not change it.
这条评论被贴在一个巨大的“如果”区块上…哦,它操纵一个对象数组的对象数组的对象数组的字符串对象数组,可以是字符串或数字,取决于至少3个因素…(是的,我必须调试这段代码并更改它,我写了注释,但我没有写原始代码)。;)
i++; // increment variable i
long time; /* just seems that way */
// This part is more difficult
在方法的顶部。
大概有5行。
并不难。
这是唯一的评论。
在整个应用程序中。