Hacker News new | ask | show | jobs
by whatnotests 3224 days ago
Can we collectively move on from single character variable names?

The code examples are full of variables like "q" "a" and "v" -- it slows down everything as we must grok the surrounding statements like some kind of Rosetta Stone to interpret what "a" could possibly be in this context.

Please fix it.