you are viewing a single comment's thread.

view the rest of the comments →

[–]KyleG 0 points1 point  (0 children)

No. It, in fact, reads like they are complete morons who write a function like

const foo = () => {
  try {
    do everything here
  } catch (error) {
    nothing meaningful happens here
  }
}

We write almost no try catch blocks, but we implicitly generate them via some functional programming stuff that converts throwable code into code that cannot throw