Perhaps you should not worry about the bits on the wire, but about the overhead of reading and re-viewing the code.
I prefer to use short names inside the function and create function names as long as necessary, but as short as possible, without losing any useful meaning.
No doubt, this is a compromise. It depends on whether you want your code to look like a natural language or to be more implicit and compact.
Some names of prefix variables for inserting contextual information into them. I say, if necessary, the IDE should provide injection capabilities such as a visual overlay of code through contextual symbology.
The next version of Visual Studio will make such an annotation gymnastics much easier thanks to the fine-grained extensibility mechanism, expanded deep in the editor itself. I have not used Visual Studio to edit Javascript.
Now I see that your concern is, rather, a space compromise. This should never be a problem. Readability over bits on a wire is always always always recommended, especially. since there is compression, as other commentators note.
The only thing I would like to add is that sometimes understanding is easier with compact names over excessively long names. But it is more correct to name short names. Long names are much easier and faster to do this first hand.
Short names should never be caused by data compression only by cognitive performance. What works individually.
Bent rasmussen
source share