Structured Programming

Doug Gwyn gwyn at smoke.BRL.MIL
Sat Feb 25 18:14:32 AEST 1989


In article <18012 at vax5.CIT.CORNELL.EDU> btcx at vax5.cit.cornell.edu (PUT YOUR NAME HERE) writes:
>And how many times have we been burned because we forgot whether a
>loop construct will always execute once or not; and how many compiler
>bugs were based on misunderstandings like that? Mistakes of that sort
>are few when you do the loop counting in the HLL and use goto's. 

Anyone who doesn't familiarize himself with his tools can get hurt
using them.  Software engineers are almost universally in agreement
that proper control constructs reduce error, and chief among these
constructs is while...do...done in various guises.



More information about the Comp.unix.wizards mailing list