|
> Single Letter Variable Names I saw @axegon_ talking about "Names From Other Languages" and calling it "worst thing that you could ever end up dealing with". But I tell you, a "Single Letter Name" master will turn your mind really quickly. You open up the code, that's a file of over 2,000 lines, no comment. Everybody inside there were called `a`, `b`, `n`, `i`, `q`. Some functions were a little better, `handle`, `add`, `equal`, `DataClass`, `MainProcessHandler`, `Service`. Yeah, I rewrite the whole thing because at least I can trust the stupidity of my own. |
https://github.com/golang/go/wiki/CodeReviewComments#variabl...