You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How does your future language handle errors?
What do you prefer:
1.) Error handling over return types ala Rust/Haskell/SML/Ocaml
2.) Error handling over an Exception System ala C++/Java/C#/Python/Swift/Haskell/SML/Ocaml