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


当前回答

//  If you delete the credits, I will fucking kill you.

在joomla模块中找到。

其他回答

Tweet tweet = (Tweet) tweets.get(i); // Poetic.

在拉丁语中,从但丁的《神曲》中进入这里的人,请放弃希望。

我在一家大型投资银行看到,该银行要求记录和评论所有应用程序中断

Without a crash 

Or mighty bang 

The sync disk 

Did it's process hang

回顾类中的旧代码很有趣……

    cardDeck.push_back(*(new card((rank)r, (suit)s)));  // Push each card onto the deck
                                                        // Temp. objects are overrated

在经历一些事情的时候,它让我希望我在凌晨4点随机编码的时候留下更多的评论……

//下面的代码需要被注释掉