Daniel Tiefnig wrote:
>
> Yanick Champoux wrote:
> > [EMAIL PROTECTED] said:
> >> Perhaps OT but having finished the PBP not too long ago and finding
> >> hardly any I couldn't live w/ (the bare 'else' aligned w/ the
> >> previous close curly - though I see his point),
>
> Hmm, so how does one write it correctly(tm)? Of course the best(tm) way is:
>
> if(FOO) {
> print "foo!";
> } else {
> print "bar!";
> }
>
> Isn't it? At least while you're not payed per line... ;o)
Horrors, that's blasphemy to those of us in
the Church of The Holy Indentation.
Everyone(tm) knows(tm) that the "Proper Indentation"(tm) is:
if(FOO)
{
print "foo!";
}
else
{
print "bar!";
}
:)
--
Rick Klement