C# Coding Conventions

  • Thread starter Thread starter GingerDeafMan
  • Start date Start date
G

GingerDeafMan

Hi all,

Apart from Microsoft, are there websites which outlines good C# coding
conventions that I can adapt for our own purposes?

Cheers,

Paul.
 
GingerDeafMan said:
Hi all,

Apart from Microsoft, are there websites which outlines good C# coding
conventions that I can adapt for our own purposes?

Cheers,

Paul.

Hi Paul,

I don't think there is much literature on
this issue.

I guess two words answer your question
*consistency*, and *transparancy* at all
levels of your system and also between
systems.

Patrick
www.pearltree.nl
 
Back
Top