|
|
|
|
|
by tapirl
1271 days ago
|
|
Many others have contrary opinions. So this is just a subjective preference. If you like using exceptions, just don't choose Go. It is useless to criticize it. Go will not change for the criticism, and it is unable to change at this time point. |
|
> > every error must be handled explicitly, and every control flow path must be made obvious, no matter how much verbosity this creates.
> Is this, bad? It is just the recommended way. You are not required to implement your code in this way.
Pointing out that it is not the recommended way, it is really the only sane way to do it in go. And, in my opinion, that's bad design.