Re: while (1) vs. for ( ;; )
- From: "Default User" <defaultuserbr@xxxxxxxxx>
- Date: 30 Aug 2005 15:27:21 GMT
Christopher Benson-Manica wrote:
> Richard Heathfield <invalid@xxxxxxxxxxxxxxx> wrote:
>
> > I'm quite unlikely to use multiple returns
>
> Would you suppose that such a view is common in the world of
> professional programming? My work experience is still quite limited,
> and it's hard to tell ubiquitous programming conventions from
> idiosyncratic oddities...
Single return has been mandated in both of the Common Coding Standards
(one C, the other C++) I've worked to at my company.
Brian
.
- References:
- while (1) vs. for ( ;; )
- From: Michael B Allen
- Re: while (1) vs. for ( ;; )
- From: Richard Heathfield
- Re: while (1) vs. for ( ;; )
- From: Alan Balmer
- Re: while (1) vs. for ( ;; )
- From: Richard Heathfield
- Re: while (1) vs. for ( ;; )
- From: Christopher Benson-Manica
- while (1) vs. for ( ;; )
- Prev by Date: Re: understanding format specifiers
- Next by Date: Re: while (1) vs. for ( ;; )
- Previous by thread: Re: while (1) vs. for ( ;; )
- Next by thread: Re: while (1) vs. for ( ;; )
- Index(es):
Relevant Pages
|