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


当前回答

(A bunch of code that's really weird looking)  //Kludge.

其他回答

/* You are not meant to understand this */ 
return 1; # returns 1

用VB写的很好。我今天早上跑进了NET,得到了一个笑声…

''' <summary>
''' Represents an exception that was logged.  Since System.Exception implements IDictionary, it can't be
''' serialized, so I had to write this.  Pretty fucking stupid thing to have to do, System.Exception should
''' be serializable right out of the box, IMHO.
''' </summary>
''' <remarks></remarks>
Public Class LogException
// Bad Christian, No cookie

这里的Cookie不是指浏览器Cookie

// Any maintenance developer who can't quote entire Monty Python
// movies from memory has no business being a developer. 
const string LancelotsFavoriteColor = "$0204FB"