vote up -2 vote down star
1

When the Windows 2000 source code leaked online a few years ago, it was found to be littered with profanities. Now we all know that programming can be a frustrating business, particularly when having to fix or work around someone else's code. So have you ever used a swear word in a comment? Personally I haven't, although I have sworn in a commit message before.

flag
1  
I feel this question would be a good way to waste some of my time tonight. I hope it can get reopened. – jjnguy Apr 28 at 6:45
Should prolly wiki it though. – jjnguy Apr 28 at 6:46
11  
How is this not a real question?? – Rob Sanders Apr 28 at 6:46
6  
It might be a real question (as opposed to imaginary ones?), but it's really got nothing to do with programming. It's more of a professional etiquette question. It's kinda like asking "do you swear at the office?" or "what kind of shoes do you wear while programming?" It's not helping anyone solve a programming-related problem. Perhaps this question is more suited to asking your co-workers while chatting by the water-cooler tomorrow? – Calvin Apr 28 at 7:10
1  
How about along the lines of "what ratio of code lines should be comments?" - What ratio of code comments should contain swear words? :-) – paxdiablo Apr 28 at 7:13
show 6 more comments

closed as not a real question by mmyers, cletus, Robert S., Adam Davis, Greg Dean Apr 28 at 18:50

5 Answers

vote up 2 vote down

I tend to keep cursing out of my comments. Sometimes I can't help it but I usually go back and clean up the comment after I figure out the problem.

On a side note, I dislike how society attaches such negative connotations to "swear" words. They are just words. To me, someone getting upset because I said "s**t" or "f**k" is just as ridiculous as them getting upset because I said "cat" or "dog".

link|flag
vote up 2 vote down

Comments? Hell, you haven't lived until a P.O. printed on a customer system starts swearing because you forgot to wipe some test data during a particularly frustrating testing session.

link|flag
vote up 3 vote down

I do not swear. And I will not tolerate it in the code because it has no use except to show frustration.

I have lots of experience with maintaining legacy code. Programmers often have problems understanding other programmers code. And of course it is always the fault of the other guy. But you can't just rewrite every piece of code you see so you have to understand and accept it. In the end you will be a better programmer which is not that bad.

So if I "see" a code smell, I either fix it (if time permits) or add a TODO so we can fix it later.

link|flag
vote up 3 vote down

I never swear either, because if someone else views your code who doesn't have a sense of humor could get angry. However, I joke around some times in comments to keep things enjoyable. Sometimes when your slamming your head on the table over something not working right with your code making light of it in your comments can help calm you down.

link|flag
vote up 3 vote down

Personally, no.. You never know who is going to view your work long after you've finished working on a code base, and if programming professionally is what you do for a living, it could come back to haunt you later.

We all probably realise that it can get pretty annoying/stressful at times, but it's more professional (not to mention safer) to find other ways to blow off steam (video games, paintball, throwing foam darts at people.. insert your favourite non-lethal method here) IMHO.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.