The Elements of Java(TM) Style (SIGS Reference Library) and over one million other books are available for Amazon Kindle. Learn more

Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
Start reading The Elements of Java(TM) Style (SIGS Reference Library) on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

The Elements of Java(TM) Style [Paperback]

Allan Vermeulen , Scott W. Ambler , Greg Bumgardner , Eldon Metz , Trevor Misfeldt , Jim Shur , Cao Tieou
4.2 out of 5 stars  See all reviews (28 customer reviews)
List Price: CDN$ 17.95
Price: CDN$ 5.49 & eligible for FREE Super Saver Shipping on orders over CDN$ 25. Details
You Save: CDN$ 12.46 (69%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Only 3 left in stock (more on the way).
Ships from and sold by Amazon.ca. Gift-wrap available.
Want it delivered Wednesday, May 22? Choose One-Day Shipping at checkout.

Formats

Amazon Price New from Used from
Kindle Edition CDN $5.22  
Paperback CDN $5.49  

Book Description

Jan 28 2000 0521777682 978-0521777681 1
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.

Customers Who Bought This Item Also Bought


Product Details


Product Description

Review

"This is a great book for the beginner or intermediate developer -- experts should already know this stuff. It will help you create better, cleaner, more easily maintained code. If you work with other developers, I recommend getting several copies for the group...The Elements of Java Style proves that 'Good things come in small packages.' Physically, it's a small book, and weighs in at just 142 pages. However, the positive impact it can have on your work is all out of proportion to its size. That's because the ideas presented aren't limited to a single language, and the way the ideas are presented is very compact. The Elements of Java Style isn't about the code you write, it's about the way you write. Its central premise is that your writing style either enhances or decreases the readability and understandability of the code you write...Over the years, I've read lots of books that I would recommend to different developers, but this book is one of a few that I would recommend to all developers. Pick up a copy, give it a read, and I think you'll agree."
Javalobby

"The Elements of Java Style is a useful resource for those wishing to refine their skills in the language and apply them in a team environment."
Science Books & Films

"By and large there is little to argue about. The Elements of Java Style is perfect in what it tries to achieve."
The Development Exchange's Java Zone

Book Description

Renown author Scott Ambler and a team of Rogue Wave Software developers have joined together to write The Elements of Java Style. While there are many books that explain the syntax and basic use of Java, this book explains not just what you can do with the syntax, but what you ought to do. It illustrates rules with parallel examples of correct and incorrect usage. Not only will Java developers and programmers who read this book write better Java code, but they will become more productive as well. Programmers who take the time to write high-quality code from the start will find it easier to modify it during the development process.

Inside This Book (Learn More)
First Sentence
While it is important to write software that performs well, many other issues should concern the professional Java developer. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Customer Reviews

Most helpful customer reviews
1.0 out of 5 stars Deserves 0 Stars Feb 12 2004
Format:Paperback
Read Code Complete by Steve McConnell. You don't need this book. It contradicts itself on several occasions and is totally wrong on others. It's unfortunate and sad how many organizations want to adopt texts like this as their "coding standard". A pamplet-sized book of bullet-points can't make developers competent, but a comprehensive manual of the best in software engineering practices like Code Complete can.
Was this review helpful to you?
5.0 out of 5 stars Ideal for coders from students to experts Mar 24 2003
Format:Paperback
In the Spring semester of 2003, I am teaching a class in software engineering and the students are creating a large program that is to be written in Java. Not all of the students are experienced in Java, so they are required to learn the language as they follow the rules of software development. At the time when the textbooks were selected, I was not aware of this book and that is unfortunate. It is an excellent quick reference to a set of rules that will point you in the direction of much cleaner and efficient Java code.
In all future classes where I am either teaching Java or having the students use Java to write large programs, this book will be a required acquisition. I have already placed it on my textbook list for software engineering in the Spring of 2004.
Was this review helpful to you?
3.0 out of 5 stars Good start - Needs a 2nd edition Aug 14 2002
Format:Paperback
This book provides a strong basis for establishing the always needed coding standards on every project. But, just as with the classic Elements of Style, it needs an updated edition. One major note that should be addressed is the recommendation on double-checked locking - the fact that this flat out does not work in Java has been well-documented and published on multiple occasions. I look forward to the 2nd edition!
Was this review helpful to you?
Want to see more reviews on this item?
Most recent customer reviews
4.0 out of 5 stars Big little book
Great quick reference when it doubt/can't remember. Personal coding style is a myth and is also a dangerous practice! Read more
Published on Jun 28 2002 by Ed Pitoire
5.0 out of 5 stars A handy reference for producing expert code!
Hi there!
This booklet is a significant tool in achieving correct effective and easily maintainable code:

1. Read more

Published on April 19 2002 by Eran Sharpe
1.0 out of 5 stars bad, very bad
it's only recommended for the most begginer of the begginers, in general programing not only in java. Read more
Published on Jan 2 2002 by G. Such
3.0 out of 5 stars Coding style is important
This book is really a set of rules for coding style. It is good for that, and has common sense rules. However for such a SMALL book, you pay a lot. Read more
Published on Nov 14 2001 by Mark W Mitchell
4.0 out of 5 stars A coding standard for every Java programmer.
A good coding standard should focus on advice that encourages the correct and consistent application of a language. The more widely-adopted a standard is, the more benefit. Read more
Published on Nov 9 2001 by Doug Bell
5.0 out of 5 stars I'm reading it day-by-day
If you're concerned about writing a Code that you and other people will understand,
respect and maintain - this book is for you. Read more
Published on Aug 29 2001 by Goldin Evgeny
4.0 out of 5 stars Useful for (but not organized for) begginers and experts
This book shows rules mostly for teams or advanced Java programers; however, some parts can be useful also as a reference for starters or intermediate programers. Read more
Published on July 18 2001 by Justo S.
4.0 out of 5 stars It does what it says it does.
This book does exactly what it says it will - it gives you a series of coding standards to rely upon for team coding. The book is not, however, very heavy on theory. Read more
Published on July 16 2001 by DipKnight
2.0 out of 5 stars Don't bother
I found the book to be very expensive for the number of pages and content that it delivers. I found the Essential Java Style book much better value and filled with more common... Read more
Published on Jun 25 2001 by Andrew Newman
5.0 out of 5 stars Extremely practical !
This book is an excellent style guide for the Java programmer. Your code will really benefit very significantly by following the principles listed. Read more
Published on May 25 2001 by "intentaccess"
Search Customer Reviews
Only search this product's reviews

Listmania!

Create a Listmania! list

Look for similar items by category


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges