Conversation
Notices
-
@nyanide Go actually has better, more understandable, more reliable (in practice) error handling than Rust. Go makes it a chore, but it's a small chore and it has to be done, so it's a wash. Rust's sole advantage is that after the enormous amounts of library and type machinery are in place, that the error handling is generally subtle in your boring business-logic code... but is that even a good thing?
- New Janny in Town likes this.
-
..so you just write this instead of an if statement to do error handling in rust? i remember shills talking about how they were glad they didn't have to do error handling the c way, this doesn't seem much better