๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

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

โฌ‡  Acquire This Volume

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


The Elements of UMLโ„ข Style (Sigs Referen
โœ Scott W. Ambler ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐ŸŒ English

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,

More Java Gems (SIGS Reference Library)
โœ Dwight Deugo ๐Ÿ“‚ Library ๐Ÿ“… 2000 ๐ŸŒ English

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

The Java Class Libraries: An Annotated R
โœ Patrick Chan, Rosanna Lee ๐Ÿ“‚ Library ๐Ÿ“… 1996 ๐Ÿ› Addison-Wesley Pub (Sd) ๐ŸŒ English

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.