JPDev to Programmer Humor · 10 months agoCOMEFROMimagemessage-square35linkfedilinkarrow-up1479arrow-down18
arrow-up1471arrow-down1imageCOMEFROMJPDev to Programmer Humor · 10 months agomessage-square35linkfedilink
minus-square☂️-@lemmy.mllinkfedilinkarrow-up8arrow-down2·10 months agoam i the only dumb fuck here who unironically likes this? would make goto type situations much more usable
minus-squareCethin@lemmy.ziplinkfedilinkEnglisharrow-up17·10 months agoI don’t see any case where this is better than a goto. A goto you can read progressively though. A comefrom you’d see written then have to track to that piece of code and remember there’s a potential hidden branch there.
minus-squareMindTraveller@lemmy.calinkfedilinkEnglisharrow-up6·10 months agoIt’s basically a simpler version of a callback
am i the only dumb fuck here who unironically likes this?
would make goto type situations much more usable
I don’t see any case where this is better than a goto. A goto you can read progressively though. A comefrom you’d see written then have to track to that piece of code and remember there’s a potential hidden branch there.
It’s basically a simpler version of a callback