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


当前回答

Exception up = new Exception("Something is really wrong.");
throw up;  //ha ha

其他回答

i++; //increment i

用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
/* Please work */

在makefile中找到这个

# ===== Never edit below this line. Ever. Or I'll kick your ass. ====
// this is really complicated

没有其他评论了