Re: how do people feel about exit function from loop
- From: "Jan Hyde (VB MVP)" <StellaDrinker@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 24 Jul 2007 09:17:07 +0100
"Ken Halter" <Ken_Halter@xxxxxxxxxxxxxxxxxxxxxxxxx>'s wild
thoughts were released on Mon, 23 Jul 2007 15:12:56 -0700
bearing the following fruit:
"greg" <greg@xxxxxxxxxx> wrote in message
news:%23jsxyFXzHHA.4844@xxxxxxxxxxxxxxxxxxxxxxx
In general,
How do people feel about using exit function from inside of a loop?
Is it bad practice?
As everyone says... it's upto the coder. Personally, I'd rather there be a
single way in and a single way out of a procedure. It just makes maintenance
that much easier, imo.
Me too, even in means checking a flag just for that purpose.
--
Jan Hyde
https://mvp.support.microsoft.com/profile/Jan.Hyde
.
- Follow-Ups:
- Re: how do people feel about exit function from loop
- From: Steve Gerrard
- Re: how do people feel about exit function from loop
- References:
- how do people feel about exit function from loop
- From: greg
- Re: how do people feel about exit function from loop
- From: Ken Halter
- how do people feel about exit function from loop
- Prev by Date: Re: Project editor
- Next by Date: Re: Package and deploy
- Previous by thread: Re: how do people feel about exit function from loop
- Next by thread: Re: how do people feel about exit function from loop
- Index(es):
Relevant Pages
|