Re: Tutorial and guidelines: Coding standards (long message)
From: Corey Murtagh (emonk_at_slingshot.no.uce)
Date: 06/07/04
- Next message: Corey Murtagh: "Re: VB .NET OOP"
- Previous message: Ben Pfaff: "Re: Always-seeded RNG for Perlin noise fn?"
- In reply to: Otto Wyss: "Tutorial and guidelines: Coding standards (long message)"
- Next in thread: Nick Landsberg: "Re: Tutorial and guidelines: Coding standards (long message)"
- Reply: Nick Landsberg: "Re: Tutorial and guidelines: Coding standards (long message)"
- Reply: Programmer Dude: "Re: Tutorial and guidelines: Coding standards (long message)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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!"
- Next message: Corey Murtagh: "Re: VB .NET OOP"
- Previous message: Ben Pfaff: "Re: Always-seeded RNG for Perlin noise fn?"
- In reply to: Otto Wyss: "Tutorial and guidelines: Coding standards (long message)"
- Next in thread: Nick Landsberg: "Re: Tutorial and guidelines: Coding standards (long message)"
- Reply: Nick Landsberg: "Re: Tutorial and guidelines: Coding standards (long message)"
- Reply: Programmer Dude: "Re: Tutorial and guidelines: Coding standards (long message)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|