@[email protected] to Programmer [email protected] • 1 year agoNew languagelemmy.worldimagemessage-square130fedilinkarrow-up1551
arrow-up1551imageNew languagelemmy.world@[email protected] to Programmer [email protected] • 1 year agomessage-square130fedilink
minus-square@[email protected]linkfedilink2•1 year agoWhen you handle all your errs the same way, I’d say you’re doing something wrong. You can build some pretty strong err trace wrapping errs. I also think it’s more readable than the average try catch block.
minus-square@[email protected]linkfedilinkEnglish3•1 year agoYou still need to add error handling to every call to every function that might raise an error
When you handle all your errs the same way, I’d say you’re doing something wrong. You can build some pretty strong err trace wrapping errs. I also think it’s more readable than the average try catch block.
You still need to add error handling to every call to every function that might raise an error