Back to Checkstyle

Code Conventions for the JavaTM Programming Language

src/site/resources/styleguides/sun-code-conventions-19990420/CodeConventions.doc.html

latest1.3 KB
Original Source

[Contents] [Prev] [Next]


Code Conventions for the JavaTM Programming Language

1 - Introduction

1.1 Why Have Code Conventions

Code conventions are important to programmers for a number of reasons:

  • 80% of the lifetime cost of a piece of software goes to maintenance.
  • Hardly any software is maintained for its whole life by the original author.
  • Code conventions improve the readability of the software, allowing engineers to understand new code more quickly and thoroughly.
  • For the conventions to work, every person writing software must conform to the code conventions. Everyone.

1.2 Acknowledgments

This document reflects the Java language coding standards presented in the Java Language Specification, from Sun Microsystems, Inc. Major contributions are from Peter King, Patrick Naughton, Mike DeMoney, Jonni Kanerva, Kathy Walrath, and Scott Hommel.

This document is maintained by Scott Hommel. Comments should be sent to [email protected]


[Contents] [Prev] [Next]


Copyright © 1995- 1999, Sun Microsystems, Inc. All rights reserved.