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.
|
1
|
|||||||||||||||||||
|
closed as not a real question by mmyers, cletus, Robert S., Adam Davis, Greg Dean Apr 28 at 18:50 |
|
|
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 " |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
||
|
|
|
|
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. |
||
|
|
