The Elements of UML Style is for all developers who create models using the Unified Modeling Language (UML), especially those in teams where understandability and consistency are critical. Just as Strunk & White's The Elements of Style provides rules of usage for writing using the English language,
The Elements of Java Style (SIGS Reference Library)
โ Scribed by Allan Vermeulen, Scott W. Ambler, Greg Bumgardner, Eldon Metz, Trevor Misfeldt, Jim Shur
- Publisher
- Cambridge University Press
- Year
- 2000
- Tongue
- English
- Leaves
- 143
- Series
- SIGS Reference Library
- Edition
- Reprint
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
The Elements of Java Style, written by renowned author Scott Ambler, Alan Vermeulen, and a team of programmers from Rogue Wave Software, is directed at anyone who writes Java code. Many books explain the syntax and basic use of Java; however, this essential guide explains not only 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 text furnishes a set of rules for Java practitioners. While illustrating these rules with parallel examples of correct and incorrect usage, the authors offer a collection of standards, conventions, and guidelines for writing solid Java code that will be easy to understand, maintain, and enhance. Java developers and programmers who read this book will write better Java code, and become more productive as well. Indeed, anyone who writes Java code or plans to learn how to write Java code should have this book next to his/her computer.
โฆ Table of Contents
Table of Contents......Page 8
Preface......Page 10
1. General Principles......Page 16
2. Formatting Conventions......Page 20
3. Naming Conventions......Page 30
4. Documentation Conventions......Page 46
5. Programming Conventions......Page 72
6. Conventions......Page 104
Summary......Page 110
Glossary......Page 120
Bibliography......Page 134
Index......Page 138
๐ SIMILAR VOLUMES
More Java Gems presents the best articles and columns published in Java Report between 1997 and 1999. Dwight Deugo, Editor of Java Report, has carefully selected each article to be independent of any specific version of Java. The material relies mainly on those classes now part of the standard Java
Providing coverage of the Java API and the Window Toolkit and Applet packages, this text features detailed examples that are drawn from the author's experience of programming with the API.