• @[email protected]
      link
      fedilink
      161 year ago

      Ah, so you are the guy who created “On Error Resume Next” in Visual Basic and populated it in the beginning of every function in my company’s code! I hate you!

      • @[email protected]
        link
        fedilink
        English
        101 year ago

        “On Error Resume Next” in Visual Basic

        This is always presented as the worst thing about Visual Basic, which is incorrect. The worst thing was “On Error Resume” which just re-executed the line that caused the error in the first place.