Re: [Mono-list] Coding Standards, etc.

2003-10-12 Thread Giuseppe Greco
Hi Pablo, On Sun, 2003-10-12 at 01:56, Pablo Fischer wrote: Hi! Well reading that C# GuideLines (http://developer.agamura.com/technotes/csharp-coding-guidelines/) and in the section for comments appears a comment (duh!) that say that it's not so good to use the C# Document Style (the three

[Mono-list] Coding Standards, etc.

2003-10-11 Thread Raneses, Jason
Has anyone published any documentation on what coding standards Mono source should follow? I am mainly concerned about the use of Hungarian notation and the placement of brackets in the source. There are a lot of inconsistencies in the CVS source Ive inspected. Thanks, Jason

Re: [Mono-list] Coding Standards, etc.

2003-10-11 Thread Malte Hildingson
There are some general guidelines in /mcs/class/README covering (at least) the issues you mention here, I'm not sure everyone is reading those however. On Fri, 10 Oct 2003, Raneses, Jason wrote: Has anyone published any documentation on what coding standards Mono source should follow? I am

Re: [Mono-list] Coding Standards, etc.

2003-10-11 Thread Giuseppe Greco
On Fri, 2003-10-10 at 18:02, Raneses, Jason wrote: Has anyone published any documentation on what coding standards Mono source should follow? I am mainly concerned about the use of Hungarian notation and the placement of brackets in the source. There are a lot of inconsistencies in the CVS

Re: [Mono-list] Coding Standards, etc.

2003-10-11 Thread Malte Hildingson
As it stands, those conventions does not match the ones in /mcs/class/README and does little to ensure consistency in the class libraries at this point. I'm not sure that was what was envisaged here but using several, inconsistent conventions probably does not help. (I do leave for someone else

Re: [Mono-list] Coding Standards, etc.

2003-10-11 Thread yoros
On Sat, Oct 11, 2003 at 04:21:04PM +0200, Malte Hildingson wrote: As it stands, those conventions does not match the ones in /mcs/class/README and does little to ensure consistency in the class libraries at this point. I'm not sure that was what was envisaged here but using several,

Re: [Mono-list] Coding Standards, etc.

2003-10-11 Thread Miguel de Icaza
Hello, Has anyone published any documentation on what coding standards Mono source should follow? I am mainly concerned about the use of Hungarian notation and the placement of brackets in the source. There are a lot of inconsistencies in the CVS source Ive inspected. Some other people

Re: [Mono-list] Coding Standards, etc.

2003-10-11 Thread Pablo Fischer
Hi! Well reading that C# GuideLines (http://developer.agamura.com/technotes/csharp-coding-guidelines/) and in the section for comments appears a comment (duh!) that say that it's not so good to use the C# Document Style (the three slashes) so Why its so necesarry tu use the summary and all that