Re: [orbitcpp-list] coding standards - again
Status: Beta
Brought to you by:
philipd
From: Phil D. <ph...@us...> - 2000-04-13 19:42:34
|
Andreas Kloeckner wrote: > > Hi Phil and all, > > is it > > 1. if (blah) { blurch(); } // my favourite > > or > > 2. if(blah) { blurch(); } // you like this one, right? > Err.. just habit I suppose. > most of the compiler is coded with number 1. i'd like to stick with > that. what's your opinion? > To be honest I don't really mind. I'll try and conform to 1 since you have an opinion, but I might slip up occasionally. (I'm sure we could globally fix that with a quick perl hack!) Cheers, Phil. |