zinderic@programming.dev to Programmer Humor@programming.dev · 2 years agoGo vs Rust learningprogramming.devimagemessage-square10linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageGo vs Rust learningprogramming.devzinderic@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square10linkfedilink
minus-squareFal@yiffit.netlinkfedilinkEnglisharrow-up0arrow-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