| ▲ | Ukv 5 hours ago | |||||||
I agree that Rust's approach is better. I'm questioning the claim that Go "forces you" to handle errors, since to my understanding with Go someone can just eschew that 3-line boilerplate, silently ignoring the error, and still use the result (which is bad). | ||||||||
| ▲ | 4ndrewl 4 hours ago | parent [-] | |||||||
The point being that's how you've decided to deal with the error, by ignoring it. | ||||||||
| ||||||||