Part– I : Coding standards

Coding practise defines the developer awareness of writing a good code. but not his technical expertise..... I mean a little :)
As of my experience with different projects across the domains and technologies & tools I got  a chance to work on enhancements, bug fixings, code reviewing, code development from the scratch level, enhancing my own code which was written years back by myself  :) , reading and preparing documentation on reviewing the code base from the client..... and many more. I got realised few points which i would like to blog.


1. Every developer should be friend of another developer (a stranger might be :) )

2. Every developer must know what he is developing. Like he needs to get a bigger picture which we get a chance more in smaller companies compared to bigger MNC's

3. Do coding like with in hours a developers must know what is there in the particular code base. (whether it is you or some one else who ever sitting for new changes)

4. Everything can't be covered within few hours of knowledge transistion while leaving a company. So make sure that your code should talk about itself.

5. Follow Do's and Dont's

Still more to write... Just hang on :)

Regards,
Pavan N


Comments

Popular posts from this blog

Download file using WCF REST services

server side printing / PDF conversions using c# and asp.net/wcf service

Finding file size in bytes on serverside using c#