• @[email protected]
    link
    fedilink
    311 months ago

    They forgot the Erlang approach: throw exceptions but never catch them. If you are throwing an exception either your code is wrong or your system is bad. In either case, you should crash violently and let another instance handle the retry.

    • @cucumber_sandwich
      link
      111 months ago

      Do they then they extensively use algebraic data types like rusts Option?