you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 3 years ago

It also doesn't have throw/try/catch. If a function can fail, it returns a Result and you have to deal with the failure case explicitly.

  • source
  • parent