Wednesday 10 October 2007

C# Coding Standards

I am all about the standards, the reason being that it means I have to concentrate less on how to structure the code in a methodical manor and more on what the code will actually do standards are the leveller between all developers.

Code Complete by Steve McConnell is a great book but it’s not specifically geared to C# development, however Juval Lowy has created such a document. The document is 26 pages long, and rather than give you a long explanation of why you should code in a certain way it is just a list of what you should do, which you either agree with or you don’t (I do), either way they are a good starting point.

To download the pdf go here http://idesign.net

0 comments: