ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 23 hours agoMonadslemmy.worldimagemessage-square39fedilinkarrow-up1265
arrow-up1265imageMonadslemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 23 hours agomessage-square39fedilink
minus-squareCaveman@lemmy.worldlinkfedilinkarrow-up1·10 hours agoIsn’t it just like error handled code in Golang? Like a sequence A, B, C where if A errors you don’t continue to B or C but if A is ok then you just continue doing B and so on. In the end you end up with the result or errors. Am I wrong to assume this?
Isn’t it just like error handled code in Golang?
Like a sequence A, B, C where if A errors you don’t continue to B or C but if A is ok then you just continue doing B and so on. In the end you end up with the result or errors. Am I wrong to assume this?