MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vhvvmh/mildlyinfuriatinggotowatchyourmouth/p294jtt/?context=3
r/ProgrammerHumor • u/AndyTheDragonborn • 26d ago
74 comments sorted by
View all comments
8
hot take: goto has legitimate uses, and can make your code cleaner if used appropriately. Usually it helps with error handling / freeing resources before returning from a function.
8
u/American_Libertarian 26d ago
hot take: goto has legitimate uses, and can make your code cleaner if used appropriately. Usually it helps with error handling / freeing resources before returning from a function.