Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!mcvax!ukc!dcl-cs!paisley!andrew From: andrew@cs.paisley.ac.uk (Andrew Fleming) Newsgroups: net.lang Subject: Re: and if you put this...Structure Message-ID: <104@paisley.ac.uk> Date: Fri, 11-Apr-86 11:44:09 EST Article-I.D.: paisley.104 Posted: Fri Apr 11 11:44:09 1986 Date-Received: Wed, 16-Apr-86 03:33:26 EST References: <1187@mmintl.UUCP> <6925@cca.UUCP> <1257@lanl.ARPA> Sender: andrew@paisley.ac.uk Reply-To: andrew@cs.paisley.ac.uk (Andrew Fleming) Organization: Paisley College of Technology Scotland. Lines: 25 Keywords: Structured Programming = NO GOTOs At present I am an undergraduate, from first year onwards certain lecturers here, took the view that a program with a GOTO in it, was a badly written program . After being out on industrial placement, I formed my own view , which is GOTO's in themselves do not lead to badly structured program, bad programmers write badly structured programs. In some cases use of the GOTO is quite simplely the best way of exiting from a mass of condition loops e.g whiles ... do,repeat..until where you want to respond to something that is time-dependant, and cannot afford to wait to set exit flags and the like !! The opinions above are my own, even person is entitled to their opinion without comment from persons holding a different opinion. What I mean is I am making a comment, nothing else.