你遇到过的源代码中最好的注释是什么?
当前回答
map(TimeZoneId.Romance, "Romance Standard Time"); //LULZ.
其他回答
我所见过的最好的评论是
/*
There is no accounting for pointers
*/
//I'm sorry, but our princess is in another castle.
// Sorry dirty code
回到《Hitchhiker’s Guide》刚问世的时候,我曾经测试过某些内容是否可滚动,以及用户是否尝试着滚动,这是一种限制可变长度的语言。所以:
if (scroll and noScroll) # or tea and no tea
我最喜欢的评论是我的一个同性恋朋友说的。他喜欢用VB标记他所有的TODO注释。净,
'TODO: Matt Damon
有时会提供额外的信息,但通常不是这样。