in reply to RE: Uncuddled else?
in thread Uncuddled else?

Sounds like a case for a poll *grin*
To cuddle, or not to cuddle?
Personally, I don't: I like having open and close braces aligned: makes finding them easier (of course, xemacs bracket match withh full highlighting on in cperl-mode helps, too...!)

Replies are listed 'Best First'.
Re^3: Uncuddled else?
by simul (Novice) on Dec 19, 2010 at 19:56 UTC
    #i like cuddling. vertical real estate is a premium. also: # easy to see just 2 statements if (...) { } elseif (...) { } if (...) { } # harder to see only 2 statements if (...) { } elsif (...) { } if (...) { }