Abigail writes: > No, I don't care about wasting letters. I'm afraid it teaches people to > use redundant particles in their variable names. Sort of like Hungarian > style. And when you would point that out to people, they'll "defend" > their ways by pointing to the documentation.
That's a variation on 'use meaningful variable names' which you cover here ... > Perhaps the problem lies with the variable name '$array', which isn't > telling us much. '$to_be_sorted' or '$sort_this' would be better. I agree. Nat
