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


当前回答

// some sport psychology
if (!focused)
    Focus();

其他回答

// This condition can't happen. Call the police or something.

目前为止最好的一个:

"This code makes baby Jesus very sad!". 

它像这样引用一个String的初始化:

String blankSpaces="                              "+ //100 whitespaces
                   "                              "+ //200 Whitespaces
                   ...
                   "                                        " //100 whitespaces

你懂的。

//休斯顿,我们有麻烦了

/////////////////////////////////////// this is a well commented line

在某些汇编程序中,在包含&h723的行末尾

' RIP LVB

(明白吗?)