Am Fre, 2002-03-01 um 08.51 schrieb Nick Drochak:
> Miguel,
>
> Thanks for updating the style guide. It's nice to know what the preferred
> style is.
>
> You have this about braces:
> good:
> if (a)
> code ();
>
> bad:
> if (a) {
> code ();
> }
>
I'm always using the 'bad' style ;-)
I know the problem of adding a line or more after code ();
Greetings,
Christian