CONTENTS | PREV | NEXT Java Code Conventions

Java Code Conventions


1 - Introduction


1.1 Why Have Code Conventions

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

For the conventions to work, every person writing software must conform to the code conventions. Everyone.


1.2 Acknowledgments

This document is based on the C++ Programming Style document from the DOE project, which is based on C Style and Coding Standards at Sun. Major contributions are from Peter King, Patrick Naughton, Mike DeMoney, and Jonni Kanerva.

This published edition is excerpted from the internal document Javasoft Coding Conventions from Javasoft.



CONTENTS | PREV | NEXT
Copyright © 1997 Sun Microsystems, Inc. All Rights Reserved.