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


当前回答

// This should fix something that should never happen

其他回答

if(m_measures =/*=*/ --index)
{
    ....
long john; // silver
// This part is more difficult

在方法的顶部。

大概有5行。

并不难。

这是唯一的评论。

在整个应用程序中。

目前为止最好的一个:

"This code makes baby Jesus very sad!". 

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

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

你懂的。

// TODO - Comment this function