irelephant 🍭@lemm.ee to Programmer Humor@lemmy.mlEnglish · 13 days agolooks good to melemm.eeexternal-linkmessage-square20fedilinkarrow-up10arrow-down10cross-posted to: [email protected]
arrow-up10arrow-down1external-linklooks good to melemm.eeirelephant 🍭@lemm.ee to Programmer Humor@lemmy.mlEnglish · 13 days agomessage-square20fedilinkcross-posted to: [email protected]
minus-squareintensely_human@lemm.eelinkfedilinkarrow-up0·12 days agoSo catching errors and doing nothing? That exists in every language except maybe BASIC?
minus-squareℍ𝕂-𝟞𝟝@sopuli.xyzlinkfedilinkEnglisharrow-up0·12 days agoCatching individual errors is fine. Having all errors be ignored by default is weird.
minus-squarelocuester@lemmy.ziplinkfedilinkEnglisharrow-up0·12 days 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.
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.
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.