|
|
|
|
|
by kemitche
2857 days ago
|
|
> It's often not clear which exceptions can be thrown from a function Go 1 failed to solve that as well. "error" as an interface tells me nothing about what could go wrong with a function call. Go 2 is not looking like it will solve it either. I am happy with the proposals, but I know I'm still going to be looking at godocs and be forced to dig into source code to find out what error types actually come back, and hope they don't change from version to version. |
|