Design Patterns for Skimmers

Speaking of Patterns, I picked up a book called Head First Design Patterns at Borders. It’s written to be very informal, and has something of a conversational cheeky tone compared to most programming books; it’s part of their educational philosophy. Sort of like a Mr Bunny book that is actually teaching programming technique. Instead of being a turn-off, I ended up learning something about better Object Oriented Programming design in the first few pages, so I grabbed it. I’d heard about these Pattern thingies, but didn’t think much of them at the time. But they’re useful approaches that work. Like many newbie-ish OOP coders, I’ve implemented / rediscovered many of these principles in isolation; programming patterns have codified the behavior to some degree so you don’t make the kind of conceptual missteps I’ve made in even a relatively simple game. Good stuff.

Hardcore macho programmers probably won’t like this book much, but if you’re looking for a lighter introduction to just the concepts, it’s not bad. The downside is the book is $44.00, which I think is a little pricey for a CD-less book even if it is 600+ pages.

Share 'Design Patterns for Skimmers' on Email Share 'Design Patterns for Skimmers' on Facebook Share 'Design Patterns for Skimmers' on Twitter Share 'Design Patterns for Skimmers' on Google+ Share 'Design Patterns for Skimmers' on Delicious Share 'Design Patterns for Skimmers' on Digg Share 'Design Patterns for Skimmers' on reddit Share 'Design Patterns for Skimmers' on StumbleUpon Share 'Design Patterns for Skimmers' on Wordpress Share 'Design Patterns for Skimmers' on Instapaper
Posted in Inspiration and tagged , . Bookmark the permalink.

2 Responses to Design Patterns for Skimmers

  1. Bo Jordan says:

    I’ve enjoyed the Head First books I’ve read.  I find those, along with O’Reilly’s Developer’s Notebook series, are a nice diversion from standard “here’s everything we know about this” tech books.  The basic Java book is what I’m currently recommending to folks trying to pick up the language (I was impressed with the ease with which it describes object serialization, threads, and a few other more “advanced” topics).  Their other Java books are exam preps for the Sun certification tests.

    Sounds like there is another one I need to check out. :)
    ——-

  2. Dave says:

    Neat…I’ll have to check those out!