[deleted]
What is the best comment in source code you have ever encountered?
11–20 of 50 posts
Re: What is the best comment in source code you have ever encountered?
#12 char program [1];/* Unwarranted chumminess with compiler. */
First by Dennis Ritchie in his regular expression implementation, and then subsequently copied with the comment intact into all other regular expression implementations ever written.Re: What is the best comment in source code you have ever encountered?
#13Here's a category interface in a shipping iPhone app of mine:
@interface UIScreen (AppleAreAssholes)
+ (CGRect) convertRect:(CGRect)rect toView:(UIView *)view;
@endRe: What is the best comment in source code you have ever encountered?
#14Re: What is the best comment in source code you have ever encountered?
#15stop(); // Hammertime!
Re: What is the best comment in source code you have ever encountered?
#16"This ain't pretty but neither are you."
Re: What is the best comment in source code you have ever encountered?
#17I hate the way SO only remembers you for a week or two, so when you return, you have to login, going to a separate screen and so on. Why do they have to make it so hard? What's the advantage in forcing frequent logins?
Yeah, I know I should find some other StackExchange site, go there, create an account there, login there, and post this complaint there - but you know, that's just more of the same problem.
Re: What is the best comment in source code you have ever encountered?
#18 /**
* Today I'm getting discharged from the Army
* Don't have time to properly comment the code
* Call me if you have any questions: Name,054-XXXXXXX
*/Re: What is the best comment in source code you have ever encountered?
#19I once wrote a haiku to a particularly nasty bug where the offending line had been. I got a call years later when someone found it, they appreciated the humor.
Re: What is the best comment in source code you have ever encountered?
#20There are lost of great ones. I especially liked this practical comment:
From the SO answer:
This seems to stop morons from messing my code...
// Autogenerated, do not edit. All changes will be undone.
http://stackoverflow.com/questions/184618/what-is-the-best-c...