Freshly Printed - allow 8 days lead
The Elements of Java™ Style
This book, first published in 2000, Illustrates rules of Java code-writing with parallel examples of correct and incorrect usage.
Allan Vermeulen (Author), Scott W. Ambler (Author), Greg Bumgardner (Author), Eldon Metz (Author), Trevor Misfeldt (Author), Jim Shur (Author), Cao Tieou (Translated by)
9780521777681, Cambridge University Press
Paperback, published 28 January 2000
146 pages
20.1 x 12.7 x 1 cm, 0.16 kg
'The Elements of Java Style is perfect in what it tries to achieve. Each rule is sensible, hardly any are debatable, and there is no excuse for ignoring any of them.' JavaZone Book of the Week
The Elements of Java Style, written by renowned author Scott Ambler, Rogue Wave Software Vice President Alan Vermeulen, and a team of programmers from Rogue Wave, is for anyone who writes Java code. While there are many books that explain the syntax and basic use of Java, this book, first published in 2000, explains not just what you can do with the syntax, but what you ought to do. Just as Strunk and White's The Elements of Style provides rules of usage for the English language, this book provides a set of rules for Java practitioners to follow. While illustrating these rules with parallel examples of correct and incorrect usage, the book provides a collection of standards, conventions, and guidelines for writing solid Java code which will be easy to understand, maintain, and enhance. Anyone who writes Java code or plans to should have this book next to their computer.
Preface
Introduction
1. General principles
2. Formatting conventions
3. Naming conventions
4. Documentation conventions
5. Programming conventions
6. Packaging conventions
Summary
Glossary
Bibliography
Index.
Subject Areas: Web programming [UMW], Computer programming / software development [UM]