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


当前回答

// this comment included for the benefit of anyone grepping for swearwords: shit.

其他回答

// now that's compact!
list->insert(list->end(),**pitch)->IdxOfSample=(pitch->pos-Offset)*SamplingRate;
/**
 * Not even your mum thinks you're special if you call this method
 */    
onlyYourMumThinksYoureSpecialIfYouCallThisMethod() {...}

我没有这个来源的副本,但我一直记得它:

//如果你想不明白,就不要读这篇文章

On error resume next 'because nothing will ever go wrong!

#如你所见:我注释了代码!