|
|
|
|
|
by KRAKRISMOTT
392 days ago
|
|
Well it certainly makes error handling easy. No need to reason about complex global exception handlers and non-linear control structures. If you see an error, return it as a value and eventually it will bubble up. If err != nil is verbose but it makes LLMs and type checkers happy. |
|