[Mono-dev] Coding guidelines confusion on braces
Jb Evain
jb at nurv.fr
Mon May 26 18:09:11 EDT 2008
On 5/27/08, Jonathan Pryor <jonpryor at vt.edu> wrote:
> 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 {
> }
The coding style document in mcs is clear on this point:
http://anonsvn.mono-project.com/source/trunk/mcs/CodingStyle
--
Jb Evain <jb at nurv.fr>
More information about the Mono-devel-list
mailing list