mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-22 05:41:54 +00:00
Instead of using combinators or early-exiting on _success_, use `?` and keep the data flow of the FFI function focused on the happy path. I find code easier to read if the left-most indentation is the happy path and any further indentations are errors that exit early from the function.