Hacker News new | ask | show | jobs
by megamix 1751 days ago
That's not a sport - it's called programming
1 comments

  try:
    ...
  except BaseException:
    return "yolo"
Visual Basic was a world leader in this field:

    On Error Resume Next
In BASH, you don't even have to do that: it's the default!
There are no errors in bash, it always does exactly what it wants to.