Friday, July 10, 2009

Programming: GoTo Statements


As background, GOTO statements are expressly frowned upon in modern software development. They lead to a hard to read and error prone spaghetti code.

No comments: