|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: Funky code thing (index-rindex) (fwd)
|
> > > 3. while ('true') { ... }
> > >
> > > Idiomatic or idiotic?
> >
> > My first reaction was "cute", immediately followed by "but it means the
> > same as: while ('false') { ... }". Perhaps not a good idea.
Point taken. But I think you meant to say
until ('false') { ... }
Anyone who writes while ('false') { ... } in any context other than
an obfuscated contest deserves what they get.
**Majordomo list services provided by PANIX <URL:http://www.panix.com>**
**To Unsubscribe, send "unsubscribe phl" to majordomo@lists.pm.org**
|
|