@[email protected] to Programmer [email protected] • 6 months agoCOMEFROMprogramming.devimagemessage-square34fedilinkarrow-up1463arrow-down18
arrow-up1455arrow-down1imageCOMEFROMprogramming.dev@[email protected] to Programmer [email protected] • 6 months agomessage-square34fedilink
minus-square@[email protected]linkfedilink5•6 months agoam i the only dumb fuck here who unironically likes this? would make goto type situations much more usable
minus-squareCethinlinkfedilinkEnglish16•6 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-square@[email protected]linkfedilinkEnglish6•6 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