[orbitcpp-list] coding standards - again
Status: Beta
Brought to you by:
philipd
From: Andreas K. <ak...@ix...> - 2000-04-13 19:30:30
|
Hi Phil and all, is it 1. if (blah) { blurch(); } // my favourite or 2. if(blah) { blurch(); } // you like this one, right? most of the compiler is coded with number 1. i'd like to stick with that. what's your opinion? cya andy |