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


当前回答

// this is really complicated

没有其他评论了

其他回答

var something TBoolean; //Pickins

目前为止最好的一个:

"This code makes baby Jesus very sad!". 

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

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

你懂的。

// TODO: Implement this function!
//The following code is commented out
//(a load of commented out code followed)
// Caveat implementor