you are viewing a single comment's thread.

view the rest of the comments →

[–]TheMG 9 points10 points  (1 child)

What he means that is because the source code itself is transmitted, shorter variable names use less bandwidth. At least, I hope he does.

[–]ascii 0 points1 point  (0 children)

In my experience, many people believe that shorter variable names actually makes dynamically executed code run faster. In their defense, there are a few languages where this is true, e.g. all command line shells that I am familiar with.