[Mono-list] Style

Christian Meyer chrisime@uni.de
01 Mar 2002 11:56:39 +0100


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