Irelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 1 day agolooks good to melemm.eeimagemessage-square21fedilinkarrow-up1341arrow-down13cross-posted to: programmer_humor@programming.dev
arrow-up1338arrow-down1imagelooks good to melemm.eeIrelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 1 day agomessage-square21fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareSkull giver@popplesburger.hilciferous.nllinkfedilinkarrow-up1·6 hours agoIgnoring every exception, including divisions by zero, is something I’ve never seen outside of BASIC and shell scripting. Even C and assembly will shit themselves when you do some of the shit that ON ERROR RESUME NEXT will ignore.
Ignoring every exception, including divisions by zero, is something I’ve never seen outside of BASIC and shell scripting. Even C and assembly will shit themselves when you do some of the shit that
ON ERROR RESUME NEXT
will ignore.