cm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agoYes, But...lemmy.mlimagemessage-square74linkfedilinkarrow-up1765arrow-down19cross-posted to: [email protected]
arrow-up1756arrow-down1imageYes, But...lemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square74linkfedilinkcross-posted to: [email protected]
minus-squaredan@upvote.aulinkfedilinkarrow-up5·1 year agoThrowing exceptions is fine since errors are an exceptional circumstance (not expected during normal use of the app), and you probably want errors to follow a different code path so that they can be logged, alerts triggered if needed, etc.
Throwing exceptions is fine since errors are an exceptional circumstance (not expected during normal use of the app), and you probably want errors to follow a different code path so that they can be logged, alerts triggered if needed, etc.