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


当前回答

// Keep prozac ready if things get ugly!

其他回答

// If I from the future read this I'll back in time and kill myself. 
// Empty constructor to satisfy the stupid compiler
 Public ServletHandlerClass () { } 

//下面的代码需要被注释掉

从技术上讲,这不是一个评论,而是在凌晨2点左右编写的代码:

consent = False

... 该变量永远不会再次使用,并且出现在套接字的监听循环的开始。

// This part is more difficult

在方法的顶部。

大概有5行。

并不难。

这是唯一的评论。

在整个应用程序中。