你遇到过的源代码中最好的注释是什么?
当前回答
Control + A,重写
这是在以前的项目中作为签入注释添加到源代码控制中的注释。
其他回答
Linux的评论
这里有很多不错的……
这些都是linux中的注释
http://lwn.net/1998/1015/a/f-word.html
我的最爱:
./arch/sparc/kernel/ptrace.c
/* Fuck me gently with a chainsaw... */
./drivers/scsi/qlogicpti.h
/* Am I fucking pedantic or what? */
//Time log says you've been here for 15 hours GO HOME, your code is hobo
// I don't know why I need this, but it stops the people being upside-down
x = -x;
/* Halley's comment */
// I am not sure if we need this, but too scared to delete.