this post was submitted on 26 Mar 2024
818 points (98.3% liked)

Comic Strips

12040 readers
1888 users here now

Comic Strips is a community for those who love comic stories.

The rules are simple:

Web of links

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Diplomjodler@feddit.de 55 points 6 months ago* (last edited 6 months ago) (1 children)

Do you have the email address of this devil guy? I'd like to chat.

[–] lowleveldata@programming.dev 40 points 6 months ago (2 children)

Hi this is the devil guy. Just catch and swallow all exceptions and you're golden.

[–] Diplomjodler@feddit.de 18 points 6 months ago

Sorry, I don't swallow on the first date.

[–] HereIAm@lemmy.world 16 points 6 months ago (2 children)

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!

[–] lowleveldata@programming.dev 11 points 6 months ago

Yes. I am become tech debt, the devourer of mandays.

[–] ChickenLadyLovesLife@lemmy.world 10 points 5 months ago (1 children)

“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.

[–] HereIAm@lemmy.world 8 points 5 months ago

I will keep this knowledge a closely guarded secret.