Advertisement
Membership
Login
ACCU Buttons
Search in Book Reviews
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
The cover claims that this book is of an Intermediate to Advanced level. I would agree with this, because references to design patterns are made almost without any explanations, which would mean the book is not for complete beginners. On the other hand, some of the advice is so simplistic, that I would not say this book is aimed at advanced Java users.
One useful piece of advice that I have retained from this book is the warning to be careful with the use of null. Methods which return null as a flag instead of a typed object have a chance of being improperly used. If the caller forgets to check on the return of null, this might cause a NullpointerException that is usually very difficult to trace.
The examples that are given do not inspire me, they are too simplistic and seem only to be a filling of space. A few examples extend the class List with a new class named Cons and it is still unclear to me what the meaning of Cons is.
Concluding, the topic of this book is a topic worth describing, but the contents of this book would need a bit more maturity. If you are interested in bug patterns, in my opinion, rather buy a book about refactoring and try to improve your understanding of the Java language. That will bring you more than reading this book.