The Elements of Java Style
From HandWiki
The Elements of Java Style from Cambridge University Press. | |
Author | Allan Vermeulen, Scott W. Ambler, Greg Bumgardner, Eldon Metz, Trevor Misfeldt, Jim Shur, Patrick Thompson |
---|---|
Language | English |
Publisher | Cambridge University Press |
Publication date | January 2000 |
Pages | 142 |
ISBN | ISBN:978-0-521-77768-1 |
The Elements of Java Style is a book of rules of programming style in the Java computer language.[1] The book was published by Cambridge University Press in January 2000. The book provides conventions for formatting, naming, documentation, programming and packaging.
This book is part of a series of books that include The Elements of C# Style and The Elements of C++ Style.
This book is used as a style guide by computer science courses and in business.[2] [3] [4] [5]
Notes
- ↑ Peter Sestoft (2005). Java Precisely. MIT Press. pp. 142–. ISBN 978-0-262-69325-7. https://books.google.com/books?id=TTVu8A3K9ysC&pg=PA142.
- ↑ Scott Grissom. "CS 163: Style Guide". Grand Valley State University. http://www.cis.gvsu.edu/~grissom/163/StyleGuide.shtml.
- ↑ AppPerfect. "Java Code Naming Convention". http://www.appperfect.com/support/java-coding-rules/namingconvention.html.
- ↑ Paul Constantinides. "Variable naming and syntax conventions for Java". http://www.n0sl33p.org/dev/java_naming.html.
- ↑ University of Pennsylvania. "CIS 121 Java Coding Style". http://www.seas.upenn.edu/~cis121/current/java_style_guide.html.
External links
Original source: https://en.wikipedia.org/wiki/The Elements of Java Style.
Read more |