What is the best comment in source code you have e

2018-12-31 09:38发布

What is the best comment in source code you have ever encountered?

标签: comments
30条回答
与风俱净
2楼-- · 2018-12-31 10:31
// If this comment is removed the program will blow up 
查看更多
唯独是你
3楼-- · 2018-12-31 10:35
long john; // silver
查看更多
其实,你不懂
4楼-- · 2018-12-31 10:36
/*
 * You may think you know what the following code does.
 * But you dont. Trust me.
 * Fiddle with it, and youll spend many a sleepless
 * night cursing the moment you thought youd be clever
 * enough to "optimize" the code below.
 * Now close this file and go play with something else.
 */ 
查看更多
像晚风撩人
5楼-- · 2018-12-31 10:37

This seems to stop morons from messing my code...

// Autogenerated, do not edit. All changes will be undone.
查看更多
浮光初槿花落
6楼-- · 2018-12-31 10:37
//This code sucks, you know it and I know it.  
//Move on and call me an idiot later.
查看更多
浮光初槿花落
7楼-- · 2018-12-31 10:38
try {

} finally { // should never happen 

}
查看更多
登录 后发表回答