[Mono-list] Class Library coding standards
Miguel de Icaza
miguel@ximian.com
18 Jul 2001 20:41:48 -0400
> Is there any way we could go with 4 space tabs
> instead?
> All of our code is going to be at least 3 tabs deep
> (namespace/class/function). That will take up a lot
> of space with 8 space tabs.
I can see a reason for this. If you feel more confortable using 4
spaces, that is fine with me.
> As for private/protected member variables, I usually
> do m_varName. For statics, s_varName.
I do not care a lot, but I find these conventions a bit ugly.
Miguel.