| ▲ | chuckadams 5 hours ago | ||||||||||||||||
We do want to check for errors, we'd just prefer that it not be a repeated 3-line boilerplate pattern that ends up being >50% of all code. Rust does it with one character. | |||||||||||||||||
| ▲ | Ukv 5 hours ago | parent [-] | ||||||||||||||||
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). | |||||||||||||||||
| |||||||||||||||||