[Mono-list] static code analysis for mono's coding guidelines

Miguel de Icaza miguel at novell.com
Sun Jun 22 14:18:30 EDT 2008


> Btw. I have no idea why Mono requires different code style.

Because I do not like everything about the .NET style.

I hate their parameter names, and the m_ convention.

We only use those conventions when we are forced to do it (normative
requirements for parameter names in .NET class libraries, and
serialization for field names).

Miguel.



More information about the Mono-list mailing list