Comment by ansc

Comment by ansc 20 hours ago

0 replies

My bad, I should have written in my experience working on larger codebases. It was a bit too general. It was never about the semantics about the language, but about allowing developers to make the correct choice. Kind of why Golang was built for Google I guess. In practice I've found Golang developers to handle errors where appropriate, where in (binary) Rust applications I've usually found `anyhow` everywhere with `?` to be a bit of a silent issue.

You're right that the languages have the same capability. The terseness can IMO both be a strength and a liability.