Irelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 5 天前looks good to melemm.eeimagemessage-square21fedilinkarrow-up1374arrow-down13cross-posted to: programmer_humor@programming.dev
arrow-up1371arrow-down1imagelooks good to melemm.eeIrelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 5 天前message-square21fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareSkull giver@popplesburger.hilciferous.nllinkfedilinkarrow-up1·4 天前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.
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.