Go To Homepage



Book Details
Holub on Patterns: Learning Design Patterns by Looking at Code book cover
  • By Allen Holub
  • ISBN13: 978-1-59059-388-2
  • ISBN10: 1-59059-388-X
  • 432 pp.
  • Published Sep 2004
  • Print Book Price: $64.99
  • eBook Price: $45.49



Holub on Patterns: Learning Design Patterns by Looking at Code

The existing books on design patterns take a �catalog� approach, where they show the individual design patterns in isolation. This approach is fundamentally flawed because you cant see how the design patterns actually function in the real world. Most programmers learn by looking at computer programs.

Holub on Patterns: Learning Design Patterns by Looking at Code teaches you design patterns in exactly this way: by looking at computer programs and analyzing them in terms of the patterns that they use. Consequently, you learn how the patterns actually occur in the real world and how to apply the patterns to solve real problems.

This book also looks at the broader context of object-oriented (OO) design and how patterns solve commonplace OO design problems. It covers many of the principles of OO designprinciples not covered by most books on Javaand shows you how to apply these principles to make your code easier to maintain and debug.


Author Information

Allen Holub

Allen Holub is a design consultant, programmer, educator, and author specializing in object-oriented design, Java, C++, and systems programming. He is currently a contributing editor for JavaWorld, and he is a popular columnist appearing in many computer magazines including Dr. Dobb's Journal and Microsoft Systems Journal.