zinderic@programming.dev to Programmer Humor@programming.dev · 2 years agoGo vs Rust learningprogramming.devimagemessage-square28linkfedilinkarrow-up1283arrow-down137
arrow-up1246arrow-down1imageGo vs Rust learningprogramming.devzinderic@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square28linkfedilink
minus-squareFal@yiffit.netlinkfedilinkEnglisharrow-up6arrow-down1·2 years 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