Mac to Python · 2 years agoPython errors as valueswww.inngest.comexternal-linkmessage-square18linkfedilinkarrow-up147arrow-down13
arrow-up144arrow-down1external-linkPython errors as valueswww.inngest.comMac to Python · 2 years agomessage-square18linkfedilink
minus-squareCodeMonkeylinkfedilinkarrow-up6arrow-down1·2 years agoThey forgot the Erlang approach: throw exceptions but never catch them. If you are throwing an exception either your code is wrong or your system is bad. In either case, you should crash violently and let another instance handle the retry.
minus-squarecucumber_sandwich@lemmy.worldlinkfedilinkarrow-up1·2 years agoDo they then they extensively use algebraic data types like rusts Option?
They forgot the Erlang approach: throw exceptions but never catch them. If you are throwing an exception either your code is wrong or your system is bad. In either case, you should crash violently and let another instance handle the retry.
Do they then they extensively use algebraic data types like rusts Option?