Code Comments
Programming Forum and web based access to our favorite programming groups.Robert Wagner wrote: > > > > What's wrong with it is program bloat. Practitioners PERFORM .. THRU > -EXIT on every blasted paragraph, not just the minority (if any) that > need an exit. > Practioners likely do this to avoid the possibility of coding PERFORM xxx. when they should code PERFORM xxx THRU xxx-exit. Either you NEVER use THRU or you ALWAYS use THRU. Either way you'll never have that particular logic fault. PL
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.