JPDev@programming.dev to Programmer Humor@programming.dev · 2 years agoCOMEFROMprogramming.devimagemessage-square18linkfedilinkarrow-up14arrow-down10
arrow-up14arrow-down1imageCOMEFROMprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square18linkfedilink
minus-square☂️-@lemmy.mllinkfedilinkarrow-up0·2 years agoam i the only dumb fuck here who unironically likes this? would make goto type situations much more usable
minus-squareCethin@lemmy.ziplinkfedilinkEnglisharrow-up1·2 years 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.
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.