Hacker News new | ask | show | jobs
by bidirectional 1935 days ago
This is not shitty code, single letter names have their place, and are absolutely fine here.
1 comments

I like Golang's convention for names - names should get longer and more expressive the wider their use is across the code. Single letter names for loop variables, two or three letter names to refer to the current struct in methods, but expressive struct and function names.