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


当前回答

/* This is O(scary), but seems quick enough in practice. */ 

后面是四个嵌套的for循环

其他回答

//I am not sure why this works but it fixes the problem. 

这是之前的一组代码,技术上确实解决了问题,它的意思是,但打破了其他3个东西....

在初始化链表时:

last = first; /* Biblical reference */

简洁而滑稽。

我没有这个来源的副本,但我一直记得它:

//如果你想不明白,就不要读这篇文章

// All this code is yours, except gedit()...attempt no modifications there.
else
{
    //error situation
}