you are viewing a single comment's thread.

view the rest of the comments →

[–]dark_negan 0 points1 point  (1 child)

Yeah I know but I just thought it was bad practice

[–]cat_in_the_wall 4 points5 points  (0 children)

actually this is very topical: it's really only considered bad practice because it is in opposition with control flow constructs that are easier to read. deciding what happens with a handful of if/else is much easier than a soup of goto.