Moneycontrol Buzzing Stocks

Wednesday, May 28, 2008

10 Commandments for Java Developers

While searching for java Coding standards in Google I found following 10 Commandments from www.developer.com web site and found very useful. Let me brief about them.
  1. Add comments to your code.
  2. Do not complicate things
  3. Keep in Mind – "Less is more" is not always better.
  4. No hard coding please.
  5. Do not invent your own frameworks.
  6. Say no to Print lines and String Concatenations.
  7. Pay attention to the GUI.
  8. Always Prepare Document Requirements.
  9. Unit-test. Unit-test. Unit-test.
  10. Remember – quality, not quantity.

Pls go through complete details from the bellow link for detailed description given by the Aleksey Shevchenko (Author) .I hope these rules will help all of us become better programmers and professionals.

Link : http://www.developer.com/java/data/article.php/10932_3612756_1

No comments: