The Elements of Java Style (SIGS Reference Library)

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

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.

Author(s): Allan Vermeulen, Scott W. Ambler, Greg Bumgardner, Eldon Metz, Trevor Misfeldt, Jim Shur
Series: SIGS Reference Library
Edition: Reprint
Publisher: Cambridge University Press
Year: 2000

Language: English
Pages: 143

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