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


当前回答

// This interface defines method signatures<br>
interface IWhatever { ... }

其他回答

// This procedure is really good for your dorsolateral prefrontal cortex.

你们中有些人,由于某种特殊的原因,不知道DPC,当你深入学习新东西时,你大脑的这一部分会亮起来。

BEGIN.
// Here might be dragons
.
.
 IF...
 // Beware of the Jabberwocky
 .//user the force, luke
 .
 .
 ENDIF.
.
END.
//There can Only Be one HIGHLAN....err..Singleton
public class SomeSingleton
{
...
}

在OLTP数据库事务的主要触发代码中找到:

-- This line negates the @inverseqty, which is the
-- negative of the @insertedquantity.  This works through the
-- magic of the trigger.  In fact, this code is a lot like
-- the bermuda triangle!
@negquantity = -1 * @inverseqty
'this next if statement - just how it is. don't try to understand it because you won't. :)

这就是工作保障。