Hacker News new | past | comments | ask | show | jobs | submit login

This is a good heuristic. For me, single letter variables are almost always iterators in places where space is at a premium (i.e. one line list comprehensions in python). If I'm breaking a loop out over multiple lines (which is almost always the case), I prefer a longer, more informative variable name.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: