• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can you recommend a book on design patterns?

Leros

Lifer
Can anyone recommended a good book on design patterns?

I've never had a complete survey on the different design patterns. It would be a good read over the Christmas break.
 
That seems like its aimed at beginner programmers. I've been programming for several years now, but I've only been exposed to a subset of design patterns.

I know the style can be a turn off.... but I'm not sure many "Beginner" programmers" read up on design patterns. IMO it's targeted at "beginners to design patterns". The style makes for a quick read and you can get something more advanced afterwards.

Design Patterns: Elements of Reusable Object-Oriented Software
http://www.amazon.com/exec/obidos/AS.../billvennersA/

I actually read that one right after the HF book and they do make a good combo if you haven't been exposed to any patterns yet.
 
Pretty much everyone I work with owns that book. I even owned it in the late 1990s when doing a comp sci degree. It really seems to be the holy bible of design patterns.
Because that book is the Bible for any serious developer working in an OO language. I love it, have read it cover to cover and use these patterns on a daily basis.

Edit - be aware that the book predates UML, so the graphical notation is a little weird.
 
Back
Top