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


当前回答

// but the "real" solution is much more complicated

从jpgraph

其他回答

高斯林的Emacs源代码中的ascii艺术头骨和交叉骨骼(这里很难重现)(警告说他编写的超热屏幕管理包不容易理解)。

// TODO: Implement this function!
//this is a crap way to do this but I ran out of patience

DelButton.click(); 
private int mousycounter = 0; //Not really a counter
/* Here I sit, Joe broken hearted, came to do some sh*t, but only just started. */

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