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


当前回答

What do you think you're doing, Dave?

其他回答

I don't have the code to share, but imagine this scenario. About a month or two after our Linux Sys Admin left for greener pastures, I had the pleasure of opening a shell script he'd written. I can't recall why I needed to edit it, but that's not what matters. What's important is that the script was about 40 lines long. I scrolled past the commenting (of which there were 37 lines) to reach the actual working code (3 lines). The code was great, but I was curious - why 37 lines of commenting? So, I scrolled to the top and proceeded to read. To my surprise, the commenting was a rap about what the three lines of code did and how to change it. The best part - it was a partial rip off of Nothing But A G Thing by Dr. Dre and Snoop D O DOUBLE G. Thanks Brian!

long time; /* just seems that way */

我刚刚在一些遗留代码中发现了这个..

'CANNOT JUST QUIT!
// nobody read comments!
var arbitraryNumber = 10;
//I don't know why. Just move on.