Head First Design Patterns

Author: Eric Freeman & Elisabeth Robson
Publisher: O'Reilly
Pages: 676
ISBN: 978-0596007126
Print: 0596007124
Kindle: B00AA36RZY
Audience: Intermediate Java programmers
Rating: 4.5
Reviewer: Mike James

 

This book has reached its 10th Anniversary edition, which has been updated for Java 8. 

 

 

The short version of this review is - “this book is very good", but you might just be one of the minority that is irritates to the point where you simply don’t agree with this conclusion.


Banner

 

The time and effort spent on creating the book is obviously above average. Like all Head First titles, it has pictures of people with speech bubbles representing what you might want to say or ask the authors. It has asides, footnotes, margin notes, diagrams, listings, annotations – in short it must have been a nightmare to layout. In addition the language and style is “cute” and, well, stylish. If you don’t like the style then you might not read sufficiently far to discover that it is also educational. I almost fell into this trap and it took quite a few pages of reading to convince me that I was wrong.

Having explained what a desing pattern is and the advantages of using one, basically not having to reinvent the wheel every time, the following patterns are covered in a dedicated chapter:

  • Observer
  • Decorator
  • Factory
  • Singleton
  • Command
  • Adapter & Facade
  • Template Method
  • Iterator & Composite
  • State
  • Proxy

A final chapter is devoted so some of the practicalities of using desing patters and then an appendix titled Leftover Patterns cover a further nine in a couple of pages each.

 

 

This is a gimmicky book that actually works for once. It is an intelligent and well thought out discussion of Java design patterns and if you don’t know what a design pattern is then this is an excellent way to find out. It is also an interesting discussion of object-oriented design. I found that the authors,  often anticipated my reaction to their initial explanations and asked the questions that I would have asked had it been a lecture.

My only real reservation is that for some the information density is too low. Written in a more direct style the book would probably be 200 pages shorter and a much quicker read. As long as you aren’t one of the people who react against the style this is highly recommended.

 

Banner


Python Crash Course, 3rd Ed (No Starch Press)

Author: Eric Matthes
Publisher: No Starch Press
Pages: 552
ISBN: 978-1718502703
Print: 1718502702
Kindle: B09WJX22TV
Audience: People wanting to learn Python
Level: Introductory/Intermediate
Audience: Not the complete beginner
Rating: 4
Reviewer: Alex Armstrong
To reach a third edition this [ ... ]



Software Requirements Essentials

Authors: Karl Wiegers and Candase Hokanson
Publisher: Addison-Wesley
Pages: 208
ISBN: 9780138190286
Print: 0138190283
Kindle: B0BTLC53FF
Audience: General
Rating: 4.5
Reviewer: Kay Ewbank

This slim book looks at how to work out the requirements for a software project through twenty 'practices' that you c [ ... ]


More Reviews

Last Updated ( Saturday, 16 September 2017 )