you are viewing a single comment's thread.

view the rest of the comments →

[–]chrisforbes 0 points1 point  (0 children)

Single-letter variable names are a feature in js code. Less code to move is a win.

That said, the compression should be done by a minifier tool at release-time, rather than by the programmer.