|
|
|
|
|
by inkel
4171 days ago
|
|
Ok, verbosity I agree. That doesn't have anything to do with being easy or not, I think. I might be wrong. Verbosity can be a pain. Even after reading Rob Pike's article on "Errors are values" [1], I agree with you that the solution is still verbose. Those numbers you gave, even when you said they're estimates, still seems like made up numbers. I've never used Elixir, so if you could point me to an example so I can be more informed, I'll be grateful :) but also I've read some Go programs (not many, I'm not an expert) and it didn't seem to me that 70% of the code is dedicated to error handling. Note that I'm not defending Go's position on error handling, I'm asking about error handling in general, what does people mean with "easy way to do it". [1]: http://blog.golang.org/errors-are-values |
|