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


当前回答

这似乎阻止了白痴搞砸我的代码…

// Autogenerated, do not edit. All changes will be undone.

其他回答

// Empty constructor to satisfy the stupid compiler
 Public ServletHandlerClass () { } 

在js代码中:

// hack for ie browser (assuming that ie is a browser)

从C #

#region Hack - Shield Eyes Before Expanding

/// <summary>
/// A single uint with all of the bits set to represent the different tracing
/// </summary>
/// <remarks>
/// Ugly I know, so if you can think of a better way, feel free to rewrite.
/// </remarks>
[Browsable(false)]
public uint TraceBitfield
{
    // Snip
}

#endregion
// this is really complicated

没有其他评论了

//open lid


//take sh!t


//close lid

文件打开,数据转储,文件关闭…