|
|
|
|
|
by crowdyriver
1461 days ago
|
|
> Go doesn’t have exceptions. It uses multiple return values to return errors. It’s far too easy to forget to check errors... Yes, because it is easy and predictable to track exceptions in nested try catches and hidden control flow. |
|