Submitted by Dacadey t3_z89cro in explainlikeimfive
Clewin t1_iyd736l wrote
Reply to comment by Deadmist in ELI5: why is using "goto" considered to be a bad practice in programming? by Dacadey
Speaking of, one of the biggest uses of GOTO I saw in C was for exception handling. C++ as well, until try-catch blocks were added (and that varied by compiler until the late 1990s, early 2000s).
Viewing a single comment thread. View all comments