Hacker News new | ask | show | jobs
by bityard 1271 days ago
Single-letter variable names are fine for very short loops in some cases and that's about it. Nearly all other uses unnecessarily obfuscate the code for those who have to maintain it later. (Including Future You.)