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


当前回答

不是真的评论:

DvLog::Log("This silly log message fixes a PSCRIPT5.DLL gpf when printing to Adobe.");

可悲的是,没有评论,PSCRIPT5.DLL真的炸了…

其他回答

/* Here I sit, Joe broken hearted, came to do some sh*t, but only just started. */

关于一些繁重的正则表达式输入验证。

不记得我在哪里见过这些了

long time; /* know C */

and(在代码中创建某种UNIX守护进程):

/* Be a real daemon: fork myself and kill my parent */

http://fxr.watson.org/fxr/source/pci/if_rl.c 是好的来源。

//下面的代码需要被注释掉

在makefile中找到这个

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