|
|
|
|
|
by bern4444
1340 days ago
|
|
Plus go code seems to embrace as short of a name for variables as possible. Have a parameter for an array of users? Call it ‘u’. Want to have a variable for a config object? Obviously call it ‘c’. ‘Idiomatic’ go code is bad code. |
|