zinderic@programming.dev to Programmer Humor@programming.dev · 8 months agoGo vs Rust learningprogramming.devimagemessage-square48fedilinkarrow-up1284arrow-down137
arrow-up1247arrow-down1imageGo vs Rust learningprogramming.devzinderic@programming.dev to Programmer Humor@programming.dev · 8 months agomessage-square48fedilink
minus-squareFal@yiffit.netlinkfedilinkEnglisharrow-up0arrow-down1·8 months agoExactly this. Anyhow makes error handling in rust actually a joy. It’s only something you need to consider if you’re writing a library for others to use, and in that case, it’s good that rust forces you to be very very explicit
Exactly this. Anyhow makes error handling in rust actually a joy. It’s only something you need to consider if you’re writing a library for others to use, and in that case, it’s good that rust forces you to be very very explicit