minus-squareaaaaaaaaargh@feddit.orgtoProgrammer Humor@programming.dev•goto spaghetti1 goto spaghetti8 goto spaghetti6 goto end1 goto start5linkfedilinkarrow-up6·3 days agoNot even that. Switching code flows means potential void of state integrity. Error handling should either terminate discarded states or not interfere at all. By the way, imagine smart pointers with goto jumps. linkfedilink
minus-squareaaaaaaaaargh@feddit.orgtoProgrammer Humor@programming.dev•goto spaghetti1 goto spaghetti8 goto spaghetti6 goto end1 goto start5linkfedilinkarrow-up15·3 days agoThat is until you’re doing something more complex, then goto becomes no-go. linkfedilink
Not even that. Switching code flows means potential void of state integrity. Error handling should either terminate discarded states or not interfere at all.
By the way, imagine smart pointers with goto jumps.