I agree, I hate to see good coding practice being traded to reduce the file size of a script or to save a few keystrokes. I also hate to see lines like the following example...
if $nick != $me && $nick !isop $chan
ugh

I can only guess that it's done for the same reasons.