treechicken@lemmy.world to Programmer Humor@programming.dev · 7 months agoNew languagelemmy.worldimagemessage-square129fedilinkarrow-up1556arrow-down133
arrow-up1523arrow-down1imageNew languagelemmy.worldtreechicken@lemmy.world to Programmer Humor@programming.dev · 7 months agomessage-square129fedilink
minus-squarextapa@discuss.tchncs.delinkfedilinkarrow-up2arrow-down1·7 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-squarekaffiene@lemmy.worldlinkfedilinkEnglisharrow-up3arrow-down1·7 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