|
|
|
|
|
by dtech
1748 days ago
|
|
You don't need it everywhere. With both exceptions and error monads, you can have a happy-flow path that mostly leaves out the boilerplate, and handle errors at a reasonable point. Go forces you to add even if you want to defer handling to a later point. |
|