↳
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 Is this much different to Goβs error handling as values though really? π§π€£π