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


当前回答

try
{
...
}
catch(Exception ex)
{
//if this happens the world is going to end...
}

现在猜猜发生了什么……

其他回答

看这个:

'On Error Goto Hell.
//This code sucks, you know it and I know it.  
//Move on and call me an idiot later.

从谷歌代码项目:

# This job would be great if it wasn't for the fucking customers.
// If this comment is removed the program will blow up 
//I am not sure why this works but it fixes the problem. 

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