irelephant [he/him]🍭 to Programmer [email protected]English • 3 months agolooks good to melemm.eeimagemessage-square19fedilinkarrow-up1347arrow-down13cross-posted to: [email protected]
arrow-up1344arrow-down1imagelooks good to melemm.eeirelephant [he/him]🍭 to Programmer [email protected]English • 3 months agomessage-square19fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink-2•2 months agoSo catching errors and doing nothing? That exists in every language except maybe BASIC?
minus-squareℍ𝕂-𝟞𝟝linkfedilinkEnglish3•2 months agoCatching individual errors is fine. Having all errors be ignored by default is weird.
minus-square@[email protected]linkfedilinkEnglish1•2 months 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.
deleted by creator
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.