io.kent Posted January 26, 2013 Report Posted January 26, 2013 Everyone should read this, regardless of how advanced of a coder you think you are I am 100% certain you will learn something and be better for it. I've tried to organize items 1-9 in order of importance in case you have a low attention span but you really should make an effort to read all of them.1.) Capitalization Conventions:http://msdn.microsoft.com/en-us/library/ms229043.aspx2.) General Naming Conventions:http://msdn.microsoft.com/en-us/library/ms229045.aspx3.) Naming Conventions:http://msdn.microsoft.com/en-us/library/0b283bse.aspx4.) Names of Parameters:http://msdn.microsoft.com/en-us/library/ms229004.aspx5.) Names of Type Members:http://msdn.microsoft.com/en-us/library/ms229012.aspx6.) Names of Classes, Structs, and Interfaces:http://msdn.microsoft.com/en-us/library/ms229040.aspx7.) Names of Namespaces:http://msdn.microsoft.com/en-us/library/ms229026.aspx8.) Names of Assemblies and DLLs:http://msdn.microsoft.com/en-us/library/ms229048.aspx9.) Names of Resources:http://msdn.microsoft.com/en-us/library/ms229037.aspx10.) Coding Conventions:http://msdn.microsoft.com/en-us/library/h63fsef3.aspx11.) Comments in Code:http://msdn.microsoft.com/en-us/library/bx185bk6.aspx Quote
alien Posted January 27, 2013 Report Posted January 27, 2013 Eu recomand SSW Rules to Better ...Si ca si old school general rule: "Maximum Line Width is 80 Characters!" Quote