Re: Tutorial and guidelines: Coding standards (long message)

From: Corey Murtagh (emonk_at_slingshot.no.uce)
Date: 06/07/04


Date: Mon, 07 Jun 2004 19:47:05 +1200

Otto Wyss wrote:

<snip>
> The opening braces of a block statement should always be on the end of
> the starting line, not on the beginning of the next (see 11.3).

My religion specifically forbids this:

    if (condition) {
      statements;
    }

Sorry.

-- 
Corey Murtagh
The Electric Monk
"Quidquid latine dictum sit, altum viditur!"


Relevant Pages