|
| Effective Java Programming Language Guide (Taschenbuch) von Joshua Bloch
|
 | |
| Rezensionen: | | Written for the working Java developer, Joshua Bloch'sEffective Java Programming Language Guideprovides a truly useful set of over 50 best practices and tips for writing better Java code. With plenty of advice from an indisputable expert in the field, this title is sure to be an indispensable resource for anyone who wants to get more out of their code.
As a veteran developer at Sun, the author shares his considerable insight into the design choices made over the years in Sun's own Java libraries (which the author acknowledges haven't always been perfect). Based on his experience working with Sun's best minds, the author provides a compilation of 57 tips for better Java code organized by category. Many of these ideas will let you write more robust classes that better cooperate with built-in Java APIs. Many of the tips make use of software patterns and demonstrate an up-to-the-minute sense of what works best in today's design. Each tip is clearly introduced and explained with code snippets used to demonstrate each programming principle.
Early sections on creating and destroying objects show you ways to make better use of resources, including how to avoid duplicate objects. Next comes an absolutely indispensable guide to implementing "required" methods for custom classes. This material will help you write new classes that cooperate with old ones (with advice on implementing essential requirements like theequals()andhashCode()methods).
The author has a lot to say about class design, whether using inheritance or composition. Tips on designing methods show you how to create understandable, maintainable, and robust classes that can be easily reused by others on your team. Sections on mapping C code (like structures, unions, and enumerated types) onto Java will help C programmers bring their existing skills to Sun's new language. Later sections delve into some general programming tips, like using exceptions effectively. The book closes with advice on using threads and synchronization techniques, plus some worthwhile advice on object serialization.
Whatever your level of Java knowledge, this title can make you a more effective programmer. Wisely written, yet never pompous or doctrinaire, the author has succeeded in packaging some really valuable nuggets of advice into a concise and very accessible guidebook that arguably deserves a place on most any developer's bookshelf.--Richard Dragan
| | | © 1998-2001 Amazon.com, Inc. und Tochtergesellschaften | You may think you're a hot Java programmer, but you aren't perfect--yet. Josh Bloch is one of the Java core architects and inEffective Java Programming Language Guideprovides a Java master class.
Bloch provides 57 items (did he reject "varieties"?) grouped by subject. Each item highlights a "gotcha", expands on best practice or argues for deprecating a common practice. For example, among the gotchas, he points out problems with relying on finalisers, whose implementation varies from one JVM to another and may not run at all under some circumstances.
Best practice also gets a lot of airing. A neat example is not relying on Java's default object serialisation API, which--among other problems--can cause the object to break if you make any changes. This can result in a code maintenance nightmare. In the last category he discusses the string concatenation, "+". Using this can be a hundred times slower than appending to a StringBuffer. No problem for a one-off string but using it repeatedly can cripple performance.
Many of the items discussed are fairly trivial, such as returning zero rather than null for zero length arrays or avoiding the use of floats when you need precise answers--perhaps they were thrown in to make the magic "57"--but despite theseEffective Java Programming Language Guideoffers a fascinating insight into Java's architecture and solid, easily assimilated guidance on its effective usage.
Unlike most books for programmers, this is one you really will find difficult to put down. Every serious Java programmer should read it. --Steve Patient
| | | © 1998-2001 Amazon.com, Inc. und Tochtergesellschaften | |
| | | Alle Rezensionen ansehen... |
 |  |  |  |  |  | | |
 | |
Angebote zu Effective , Java , Programming ab 1 Euro!
|
| Siehe auch folgende Artikel: |
|
|  | | Java Concurrency in Practice von Brian Goetz Refactoring: Improving the Design of Existing Code (Object Technology Series): Improving the Design of Existing Code von Martin Fowler Java Puzzlers: Traps, Pitfalls, and Corner Cases von Joshua Bloch Head First Design Patterns. (Head First) von Eric Freeman
|
| | Mehr zu Computers & Internet, Programming, Languages & Tools, Software, Java, Mathematics
|
| | Home ..., Angebote ansehen ..., Begleitseite ... |
|
|
| | Herausgeber dieser Seite ist DomainLoc.com GmbH - Partner von Amazon.de
| | Copyright © DomainLoc.com GmbH (Impressum) |
| |