• @r1veRRR@feddit.de
    link
    fedilink
    2011 months ago

    It’s better than “invisible” exceptions, but it’s still the worst “better” version. The best solution is some version of the good old Result monad. Rust has the BEST error handling (at least in the languages i know). You must handle Errors, BUT they are just values, AND there’s a easy, non-verbose way of passing on the error (the ? operator).

    • @theneverfox
      link
      English
      1
      edit-2
      11 months ago

      Beyond a quick “hello world” when it came out, I’ve never used rust, but that sounds pretty great