AustinJeeper t1_iyb0jrq wrote on November 30, 2022 at 1:39 AM Reply to comment by tezoatlipoca in ELI5: why is using "goto" considered to be a bad practice in programming? by Dacadey sooooo, function() ? i think the main issue is more like IF condition Then do this stuff #Xanadus do some shit do shit only needed at fall through Else other stuff end if #goto Xanadu it lead to horrible references. Permalink Parent −1−
AustinJeeper t1_iyb0jrq wrote
Reply to comment by tezoatlipoca in ELI5: why is using "goto" considered to be a bad practice in programming? by Dacadey
sooooo, function() ?
i think the main issue is more like
#goto Xanadu
it lead to horrible references.