@treechicken to Programmer [email protected] • 8 months agoNew languageimagemessage-square128arrow-up1551arrow-down131
arrow-up1520arrow-down1imageNew language@treechicken to Programmer [email protected] • 8 months agomessage-square128
minus-square@[email protected]linkfedilink1•8 months 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@kaffienelinkEnglish2•8 months 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