Y
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
feupan
1587 days ago
This is also why I avoid indentation; programming is
all
about saving those precious bytes like it’s 1988.
link
seattle_spring
1587 days ago
On top of this, I feel like `ll` is quite verbose and memory intensive. A simple `l` would suffice with
half
the space.
link
WorldMaker
1586 days ago
`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.
link
djbusby
1587 days ago
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.
link