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


当前回答

我曾经在一个用Paradox 3.5 -编写的大型预算系统工作多年后接到一个客户的电话

“我们在调试中遇到了一些注释”-

// This shouldn't happen, if it does, then the bits that automagically 
// worked when I wrote it have stopped working

... !

其他回答

//迭代一次 美元我+ +;

不幸的是,它是我的,在我的“必须评论一切”阶段。

// Sorry dirty code
public boolean isDirty() {
    //Why do you always go out and
    return dirty;
}

//我知道这很让人困惑,所以让我解释给你听。

// Fuck.

,……

// This code worked before, but my cat decided to take a trip across my keyboard...