in reply to Coding superstitions

i do this out of habit, and i have no idea why:
if ($value == 1) { #do something } #my end braces always go on new lines
i can't help it, i just HAVE to have my }'s on new lines, whereas my {'s can be incorperated into other lines.

Replies are listed 'Best First'.
Re: Re: Coding superstitions
by George_Sherston (Vicar) on Jan 13, 2002 at 05:00 UTC
    Yes, I've a feeling the Bogey Man wd get me if I ever did something as heinous as:
    if (Condition()) { Do_This(); Do_That(); } else {Do_The_Other()}


    § George Sherston