Re: Code problems with Perform Thru Exit causes fall through
- From: Richard <riplin@xxxxxxxxxxxx>
- Date: Fri, 27 Jul 2007 17:58:41 -0700
On Jul 28, 12:03 pm, "tlmfru" <la...@xxxxxxx> wrote:
Man, don't start a religious style war again. SECTIONS are never necessary,
so far as I know, but can be used perfectly effectively.
Evrybody has a verb or two that they dislike. Who cares???? Does it work?
Is it easy to maintain?
SECTIONs do have their uses, for example segmentation. As I pointed
out above I dislike things that can easily lead to errors and that the
compiler won't tell you about. In fact I would use that as a
definition of what is _not_ 'easy to maintain' and _not_ 'perfectly
effective'.
For example (as above) the simple absence of one SECTION word on a
label can cause a drop thru error that can be difficult to locate and
which the compiler gives no warning of.
The only purpose for using PERFORMed SECTIONs instead of having all
the labels as paragraphs is to allow the use of exit paragraphs and
the associated GO TOs. Thus this style suffers the errors in my other
messages of this topic, ones that the compiler cannot find for you.
Perhaps you find that these errors are simply a part of 'normal
programming' and find them easy, after all what would you do for the
rest of the week if they did not occur.
Does it follow the installation standards?
Discussion over!
Yes, that is often used to protect poor programming styles.
.
- Follow-Ups:
- Re: Code problems with Perform Thru Exit causes fall through
- From: Alistair
- Re: Code problems with Perform Thru Exit causes fall through
- From: Rick Smith
- Re: Code problems with Perform Thru Exit causes fall through
- From: tlmfru
- Re: Code problems with Perform Thru Exit causes fall through
- References:
- Code problems with Perform Thru Exit causes fall through
- From: Lizette Koehler
- Re: Code problems with Perform Thru Exit causes fall through
- From: Richard
- Re: Code problems with Perform Thru Exit causes fall through
- From: Doug Miller
- Re: Code problems with Perform Thru Exit causes fall through
- From: tlmfru
- Code problems with Perform Thru Exit causes fall through
- Prev by Date: Re: unstring empty string
- Next by Date: Re: Code problems with Perform Thru Exit causes fall through
- Previous by thread: Re: Code problems with Perform Thru Exit causes fall through
- Next by thread: Re: Code problems with Perform Thru Exit causes fall through
- Index(es):
Relevant Pages
|
|