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


当前回答

// *** drunk -- fix later ***

直接的联系

更有趣的谷歌代码搜索…

其他回答

public boolean isDirty() {
    //Why do you always go out and
    return dirty;
}
/*
* TODO: Remove this function

function remove($customer_id)
    {
        $this->Customer->remove($id);
    }

*/
//ha, you thought I was lazy didnt ya?!

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

long time; /* know C */

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

/* Be a real daemon: fork myself and kill my parent */
when :orientation
## Avoid matching gay people with straight people - they hate it, they do, they really do.
query_parameter = "(users.orientation = 'Bi' OR (users.orientation = 'Straight' AND users.gender IN ('#{user.opposite_genders.join('\',\'')}')) OR (users.orientation = 'Gay' AND users.gender IN ('#{user.same_genders.join('\',\'')}')))"

从一个约会网站…