Comment by yoghurtwere
21 hours ago
.unwrap().
I am skeptical about Go's error handling, but there are cases where it is desirable to return both a result and also an error, like returning what can be returned while warning users about any errors. That can be modeled in Rust and other languages as well, though it is the default for Go.
No comments yet
Contribute on Hacker News ↗