C# Code Standards
-
Hi All, I need to write document for C# Code Standards.Anybody who is having idea about any article regarding the same? With Regards
You mean like this[^] ? Second google hit, probably first hit if I searched CP directly.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Hi All, I need to write document for C# Code Standards.Anybody who is having idea about any article regarding the same? With Regards
There are various books out there on the subject already. Our policy was just to use the standards in the book - it saved us a lot of time writing standards.
Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Introduction to LINQ to XML (Part 1) - (Part 2) My website | Blog
-
Hi All, I need to write document for C# Code Standards.Anybody who is having idea about any article regarding the same? With Regards
If you are looking at coding standards check this out: http://www.icsharpcode.com/TechNotes/SharpDevelopCodingStyle03.pdf[^] I would also suggest a read of Code Review Checklist over here: http://www.macadamian.com/index.php?option=com_content&task=view&id=27&Itemid=31[^]
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson -
There are various books out there on the subject already. Our policy was just to use the standards in the book - it saved us a lot of time writing standards.
Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Introduction to LINQ to XML (Part 1) - (Part 2) My website | Blog
Colin Angus Mackay wrote:
Our policy was just to use the standards in the book - it saved us a lot of time writing standards.
Very much true. It saves a lot of time and effort.
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson -
Hi All, I need to write document for C# Code Standards.Anybody who is having idea about any article regarding the same? With Regards
Start here: Design Guidelines for Developing Class Libraries[^]
Kevin