↳
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
.)
@lyse@lyse.isobeef.org lol β I explicitly kept them in there so that the code is easier to understand for non-Rust people π€ͺπ