| Author |
Coding Standards for Java, JSP
|
Amitav Anand
Ranch Hand
Joined: Sep 22, 2003
Posts: 46
|
|
Can anybody tell me the list of URLs from where I can get the CMM level-5 industry coding standards for Java and JSP. Thanks in Advance.. Amitav Anand
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12907
|
|
I'm not an expert in CMM but I don't think that CMM specifies an industry-wide coding standard for Java, JSP or anything else. If your company is at that CMM level, then your company probably has coding standards, and you should ask for them within your company.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
Stan James
(instanceof Sidekick)
Ranch Hand
Joined: Jan 29, 2003
Posts: 8791
|
|
|
I'd expect a CMM audit to ask if you have a standard and how you enforce it. You could probably get by with any reasonable standard. A standard configuration for the code formatter in your IDE will help developers comply. I exported my config from Eclipse and asked all developers to import it. Most did. Static code analyzers like Hammurapi will give compliance statistics.
|
A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi
|
 |
 |
|
|
subject: Coding Standards for Java, JSP
|
|
|