BrickFlock t1_iyawmv3 wrote on November 30, 2022 at 1:09 AM Reply to ELI5: why is using "goto" considered to be a bad practice in programming? by Dacadey 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
BrickFlock t1_iyawmv3 wrote
Reply to ELI5: why is using "goto" considered to be a bad practice in programming? by Dacadey
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.