Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
set marker goto marker??
#4
Goto statements generate spaghetti code. Spaghetti code is difficult to read, difficult to understand, difficult to maintain, and difficult to troubleshoot. Even in modern languages that incorporate a goto statement, it is avoided like a plague.

Really, any time that you would use a goto, you could just call a function.
Reply


Messages In This Thread
set marker goto marker?? - by tsmspace - Jan-19-2019, 07:42 PM
RE: set marker goto marker?? - by perfringo - Jan-19-2019, 07:59 PM
RE: set marker goto marker?? - by tsmspace - Jan-19-2019, 08:35 PM
RE: set marker goto marker?? - by stullis - Jan-19-2019, 09:26 PM
RE: set marker goto marker?? - by Larz60+ - Jan-19-2019, 09:33 PM
RE: set marker goto marker?? - by ichabod801 - Jan-19-2019, 10:50 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  right now a goto would be useable Skaperen 9 3,788 Jul-26-2020, 12:25 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020