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


当前回答

options.BatchSize = 300; //Madness? THIS IS SPARTA!

其他回答

下面是一个必须声明的局部变量,只是为了将一个常量传递给库函数:

// This only exists because Scott doesn't know how to use const correctly
// nobody read comments!
// I love the smell of dirty XML in the morning
xml = xml.Replace("xmlns=\"urn:bsd.orion/inventory\"", "");

在初始化链表时:

last = first; /* Biblical reference */

简洁而滑稽。

经典ASP:

'Is it worth it, let me work it'
'I put my thing down, flip it and reverse it'
'Ti esrever dna ti pilf, nwod gniht ym tup I'

NextIP = StrReverse(UserRecordset.Fields.Item(0))