|
|
|
|
|
by vertex-four
3290 days ago
|
|
Go codebases are readable in that you can figure out what a given line is doing - but when 3 out of 4 lines of code are duplicated error handling, it's difficult to figure out what the "success case" of even relatively simple functions is. |
|