Mac to Python@programming.dev • 2 years agoPython errors as valueswww.inngest.comexternal-linkmessage-square27fedilinkarrow-up147arrow-down13
arrow-up144arrow-down1external-linkPython errors as valueswww.inngest.comMac to Python@programming.dev • 2 years agomessage-square27fedilink
minus-square@sebsch@discuss.tchncs.delinkfedilink1•2 years agoThe words errors, go and usefull do not match in my brain. If there is a way not to implement error handling, it would clearly be go’s implemenation.
minus-squareEager EaglelinkfedilinkEnglish3•2 years agono, there’s no better error handling than writing if err != nil { return err } after every line of code, this is clearly the superior way /s
The words errors, go and usefull do not match in my brain.
If there is a way not to implement error handling, it would clearly be go’s implemenation.
no, there’s no better error handling than writing
if err != nil { return err }
after every line of code, this is clearly the superior way/s