Hacker News new | ask | show | jobs
by catillac 1587 days ago
If it’s a variable there’s a reasonable chance it’s used more than once and thus saves more than four characters.
2 comments

This is also why I avoid indentation; programming is all about saving those precious bytes like it’s 1988.
On top of this, I feel like `ll` is quite verbose and memory intensive. A simple `l` would suffice with half the space.
`l` needs practically twice as many hole punches as `a` for "array" in my EBCDIC punch cards and fewer punches is less likely a card gets shredded in the reader.
Maybe your text is grey cause saving a few chars on variable names doesn't save any RAM. And also confuses sober-you from reading your own code.