[Mono-list] Style

Daniel Morgan danmorg@sc.rr.com
Fri, 1 Mar 2002 11:10:22 -0500


I think the most important style is consistency.

Is there a .net program that will format C# code for us non-emacs users that
would follows Mono's guidelines?

-----Original Message-----
From: mono-list-admin@ximian.com [mailto:mono-list-admin@ximian.com]On
Behalf Of Miguel de Icaza
Sent: Friday, March 01, 2002 10:58 AM
To: Nick Drochak
Cc: Mono-List
Subject: Re: [Mono-list] Style


> I would like to suggest that the "bad" way you have here is not bad at
all.
> I find the "good" way you have there to be more bug prone because when
> someone later adds code do be executed when the if is true. They may write
> it like:

I like the K&R style of clear, concise code, and let the tools do the
work for you ;-)