↳
In-reply-to
»
Okay, here’s a thing I like about Rust: Returning things as
⤋ Read More
Option
and error handling. (Or the more complex Result
, but it’s easier to explain with Option
.)
@movq@www.uninformativ.de All the return
s tell me that you’re not a real Rust programmer. :-D Personally, I would never omit them either. They make code 100 times more readable.