|
|
|
|
|
by diarrhea
1062 days ago
|
|
Rust is also poison for the mind. Sweet, sweet poison. I’m currently back to Python and losing my mind about doing error handling, as well as enforcing correct usage of my library API on the call site. Doing these things well (best?) in Rust is baked into that language’s DNA (Result, Option, newtype pattern, type state pattern, …). It’s painful to go without once you’ve seen the light. |
|