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


当前回答

//this is a crap way to do this but I ran out of patience

DelButton.click(); 

其他回答

这是在PHP代码中找到的

$s=2; // chicken and bacon wrap for lunch

多么有用,幸运的是$s是不言自明的

// Empty constructor to satisfy the stupid compiler
 Public ServletHandlerClass () { } 

在初始化链表时:

last = first; /* Biblical reference */

简洁而滑稽。

以下是4个,排名不分先后:

// Father, forgive me, for I am sinning

// heaven help me

// horse string-length into correctitude 
(from a textbook)

// what, me worry?
class Act //That's me!!!
{

}