ELI5: why is using "goto" considered to be a bad practice in programming? Submitted by Dacadey t3_z89cro on November 29, 2022 at 11:07 PM in explainlikeimfive 110 comments 155
BrickFlock t1_iyawmv3 wrote on November 30, 2022 at 1:09 AM There are usually easier to read options that structure the code better. The most common valid use for it is jumping out of nested loops. Permalink 1
Viewing a single comment thread. View all comments