irelephant [he/him]🍭@lemm.ee to Programmer Humor@lemmy.mlEnglish · 7 个月前looks good to melemm.eeimagemessage-square20linkfedilinkarrow-up1389arrow-down13cross-posted to: programmer_humor@programming.dev
arrow-up1386arrow-down1imagelooks good to melemm.eeirelephant [he/him]🍭@lemm.ee to Programmer Humor@lemmy.mlEnglish · 7 个月前message-square20linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squareintensely_human@lemm.eelinkfedilinkarrow-up2arrow-down3·7 个月前So catching errors and doing nothing? That exists in every language except maybe BASIC?
minus-squareℍ𝕂-𝟞𝟝@sopuli.xyzlinkfedilinkEnglisharrow-up7·7 个月前Catching individual errors is fine. Having all errors be ignored by default is weird.
minus-squarelocuester@lemmy.ziplinkfedilinkEnglisharrow-up3·7 个月前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.
minus-squareSkull giver@popplesburger.hilciferous.nllinkfedilinkarrow-up2·edit-26 个月前deleted by creator
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.
deleted by creator