Core Coding Guidelines from Microsoft
Internal Microsoft basic coding guidelines. Provided by brada. My favorites:
"Tab characters (\0x09) should not be used in code. All indentation should be done with 4 space characters."
"Do use a single space after a comma between function arguments."
It is still very basic but interesting and one can follow the evolution of those since .net release back then in 2002. Despite the fact that I hate guidelines, sometimes (very rarely) it helps. My secret opinion though is that indentation should be done with 3 spaces. Ok, 4 spaces for americans among you. Enjoy :)
Friday, January 28, 2005 1:34 AM