I don't know if any of you have been following the release of Microsoft's code into the wild (call the Orkin man), but on a /. discussion there were a few people amazed at the profanity they found grepping through the MS code. So somebody else pointed out that:
or the milder:% grep -Hirn "bleep" /usr/src/linux/*
% grep -Hirn "bleep" /usr/src/linux/* | wc -l
yields some interesting results if you substitute bleep with your favorite vulgarity. I was thinking about it, and although I think it's very unprofessional for any employees of any business to swear where it might offend, I'm not so sure I find their conduct apprehensible. (Come on, we've all had bad days where we just wanted to bang out @#*!@$ on our keyboard until our hearts content somewhere in comment tags). Since comments are discarded during compilation, and M$ doesn't let anybody see the code (willingly), it's not as if the M$ employee(s) added vulgarities to the menu of Office.
So this begs the question, how clean is your code (in regards to profanity), and what are your thoughts about profane code (esp in a professional enviornment)?
In reply to How clean is your code by Vautrin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |