Re: PBP

[email protected] (Rick Klement) Thu, 19 Jan 2006 11:08:49 -0800
Newsgroups perl.golf
Message-ID <[email protected]>
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