nebiros@programming.dev to Golang@programming.devEnglish · 1 year agoFighting Rust Anxiety: Insights from a Go Developer, Navigating Rust Syntax Shenanigansarriqaaq.substack.comexternal-linkmessage-square14fedilinkarrow-up19arrow-down15
arrow-up14arrow-down1external-linkFighting Rust Anxiety: Insights from a Go Developer, Navigating Rust Syntax Shenanigansarriqaaq.substack.comnebiros@programming.dev to Golang@programming.devEnglish · 1 year agomessage-square14fedilink
minus-squaregnus_migrate@programming.devlinkfedilinkarrow-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.