246
Go vs Rust learning (programming.dev)
you are viewing a single comment's thread
view the rest of the comments
[-] TheEntity@lemmy.world 20 points 4 months ago

With some sprinkle of libraries such as anyhow and thiserror the Rust errors become actually pleasant to use. The vanilla way is indeed painful when you start handling more than one type of error at a time.

[-] Fal@yiffit.net 5 points 4 months ago

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

this post was submitted on 15 May 2024
246 points (88.4% liked)

Programmer Humor

19315 readers
219 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS