|
|
|
|
|
by neillyons
542 days ago
|
|
Cognitive load example in Go. It is common to give variables single letter names. Now you have to build up a mapping in your head that for example `a` means `Auction`. You could skip this mapping if you just named the variable `auction`. |
|