[Mono-dev] Coding guidelines confusion on braces

Miguel de Icaza miguel at novell.com
Tue May 27 11:17:07 EDT 2008


> What would also be nice is for the Guidelines to concretely address the
> location of braces on "chained" tokens, e.g. this:
> 
> 	if (foo) {
> 	}
> 	else {
> 	}
> 
> or this:
> 
> 	if (foo) {
> 	} else {
> 	}

I just added this documentation;   Its the latter, it has always been,
and it sticks to the Linux Kernel guidelines (which I believe was the
original inspiration for some of these).

Miguel.


More information about the Mono-devel-list mailing list