irelephant 🍭@lemm.ee to Programmer Humor@lemmy.mlEnglish · 14 days agolooks good to melemm.eeexternal-linkmessage-square5fedilinkarrow-up10arrow-down10cross-posted to: [email protected]
arrow-up10arrow-down1external-linklooks good to melemm.eeirelephant 🍭@lemm.ee to Programmer Humor@lemmy.mlEnglish · 14 days agomessage-square5fedilinkcross-posted to: [email protected]
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up0·14 days agoStill not as excellent as On Error Resume Next Imagine the sheer idiocy genius required to add a language feature where, if an error occurred, the handling method is to just pretend that line of code never existed and continue onto the next line. VBA is truly the language of savants.
minus-squareintensely_human@lemm.eelinkfedilinkarrow-up0·14 days agoSo catching errors and doing nothing? That exists in every language except maybe BASIC?
minus-squareℍ𝕂-𝟞𝟝@sopuli.xyzlinkfedilinkEnglisharrow-up0·13 days agoCatching individual errors is fine. Having all errors be ignored by default is weird.
Still not as excellent as
On Error Resume Next
Imagine the sheer
idiocygenius required to add a language feature where, if an error occurred, the handling method is to just pretend that line of code never existed and continue onto the next line.VBA is truly the language of savants.
So catching errors and doing nothing? That exists in every language except maybe BASIC?
Catching individual errors is fine. Having all errors be ignored by default is weird.