你遇到过的源代码中最好的注释是什么?
当前回答
这是我们在大学宿舍使用的自定义DHCP服务器,根据它们是否注册/安装补丁和防病毒,将计算机放入“干净”或“脏”IP地址池:
public boolean getDirty (String MAC) // not as fun as it sounds
其他回答
// I have to find a better job
/*
* Wirzenius wrote this portably, Torvalds fucked it up :-)
*/
If you have reached this part in the code, then this program sucks.
//你不需要理解这个
经典。
BerkeleyDB
/*
* Chaos reigns within.
* Reflect, repent, and reboot.
* Order shall return.
*/
return (DB_RUNRECOVERY);