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


当前回答

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

其他回答

// human madable inconvenient. Way too sucks.

我仍然没有完全理解它的含义,但我发现它对于许多代码来说是非常正确的。

// This interface defines method signatures<br>
interface IWhatever { ... }
// this is really complicated

没有其他评论了

// Magic. Do not touch.

这实际上是我在实现原型转换为实际代码时所做的:

// Abandon all hope you who needs to debug this

是的,有比我聪明的人在之后重构了代码(它必须有一个好的结局)。