That commit threw out a lot of useful information. When someone comments "I don't know what this fucking function is doing when I call it", the confusion is important.
If you think that having "naughty" words is not okay in your source, fine (thanks, nanny). But please don't remove useful information just to delete the f-word.
Agreed. And he was totally inconsistent. Sometimes he'd just replace the naughty word, sometimes he'd remove the entire comment. He even removed an entire debug line because of a naughty word.
I agree with the sentiment of the committer, but I also agree that the commit has thrown out useful information. Removing comments which at least give the reader an understanding of what's the author was thinking, just seems weird. Rewriting them would have been fine (and is what happened for most of them). As an example, the code goes from having the following:
if (pmi == NULL) { /* Server response is *really* f*****d up, I guess we just pretend it never happened? */
Maybe, but that commit is a bad one (Score:2)
That commit threw out a lot of useful information. When someone comments "I don't know what this fucking function is doing when I call it", the confusion is important.
If you think that having "naughty" words is not okay in your source, fine (thanks, nanny). But please don't remove useful information just to delete the f-word.
Re: (Score:2)
Agreed. And he was totally inconsistent. Sometimes he'd just replace the naughty word, sometimes he'd remove the entire comment. He even removed an entire debug line because of a naughty word.
Re: (Score:1)
I agree with the sentiment of the committer, but I also agree that the commit has thrown out useful information. Removing comments which at least give the reader an understanding of what's the author was thinking, just seems weird. Rewriting them would have been fine (and is what happened for most of them). As an example, the code goes from having the following:
If only... (Score:1)
... Ned Flanders could write all our code.
Re: (Score:1)
my $xyzzy = 1; # Well hidilly-ho, scalareno!
Re: (Score:1)
you cracked-a-diddly me up! :)
Professional, the code word of thought police (Score:2)
It's really too bad that "professional" now means to most people "unoffensive". I wish people would just say "unoffensive" when that's what they mean.