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


当前回答

/**
 * Not even your mum thinks you're special if you call this method
 */    
onlyYourMumThinksYoureSpecialIfYouCallThisMethod() {...}

其他回答

catch
{     
    // you’re fucked
    // write out the file somewhere and start screaming “Connection down! Connection down!”
}
// I am not sure if we need this, but too scared to delete. 
/* My lawyer told me not to reveal */
// I don't know why I need this, but it stops the people being upside-down

x = -x;

//迭代一次 美元我+ +;

不幸的是,它是我的,在我的“必须评论一切”阶段。