Irelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 2 days agolooks good to melemm.eeimagemessage-square19fedilinkarrow-up10arrow-down10cross-posted to: programmer_humor@programming.dev
arrow-up10arrow-down1imagelooks good to melemm.eeIrelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 2 days agomessage-square19fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareintensely_human@lemm.eelinkfedilinkarrow-up0·23 hours agoSo catching errors and doing nothing? That exists in every language except maybe BASIC?
minus-squarelocuester@lemmy.ziplinkfedilinkEnglisharrow-up0·16 hours agoVery different. This means default ignore all errors and continue to the next line. You’d have to explicitly catch every line in most(all?) other languages.
minus-squareℍ𝕂-𝟞𝟝@sopuli.xyzlinkfedilinkEnglisharrow-up0·17 hours agoCatching individual errors is fine. Having all errors be ignored by default is weird.
So catching errors and doing nothing? That exists in every language except maybe BASIC?
Very different. This means default ignore all errors and continue to the next line. You’d have to explicitly catch every line in most(all?) other languages.
Catching individual errors is fine. Having all errors be ignored by default is weird.