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


当前回答

// somedev1 -  6/7/02 Adding temporary tracking of Login screen
// somedev2 -  5/22/07 Temporary my ass

其他回答

// Hack-er-ama

在一些非常蹩脚的vb代码(我知道这都是蹩脚的,但),我发现这是一个空的if控制块中的注释,它说:

If bFound Then
     'I love it when I write kick ass code like this
Else
  .
  .

我最近看到了这个:

//你刚刚输了比赛

如果你不知道游戏是什么: http://en.wikipedia.org/wiki/The_Game_ (mind_game) (这很傻,但在某种程度上很有趣)

/**
 * Hexadecimal digit
 */
protected $version = -1;
//There can Only Be one HIGHLAN....err..Singleton
public class SomeSingleton
{
...
}