nebiros to GolangEnglish · 1 year agoFighting Rust Anxiety: Insights from a Go Developer, Navigating Rust Syntax Shenanigansarriqaaq.substack.comexternal-linkmessage-square12fedilinkarrow-up19arrow-down15
arrow-up14arrow-down1external-linkFighting Rust Anxiety: Insights from a Go Developer, Navigating Rust Syntax Shenanigansarriqaaq.substack.comnebiros to GolangEnglish · 1 year agomessage-square12fedilink
minus-squaregnus_migratelinkfedilinkarrow-up2·1 year agoThe difference is that you can’t have a generic mechanism in Go for error handling. It’s basically up to the programmer, and every if error != nil line is a potential source of bugs.
The difference is that you can’t have a generic mechanism in Go for error handling. It’s basically up to the programmer, and every if error != nil line is a potential source of bugs.