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


当前回答

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

其他回答

# To understand recursion, see the bottom of this file 

在文件的底部:

# To understand recursion, see the top of this file
using namespace std;            // So sue me
[vrk:Cloud ID="cTags" runat="server" DataTextField="Tag" DataWeightField="Total"
    Width="100%" DataHrefField="Tag" DataHrefFormatString="~/tags.aspx?tag={0}"]
[/vrk:Cloud]

[!--if anybody would like to change the control's color contact with FLORJON--]
// Bad Christian, No cookie

这里的Cookie不是指浏览器Cookie

简单但有效的注释,在一些不太安全的c++代码之前

// yikes