Head First Design Patterns (Head First)
by: Elisabeth Freeman, Eric Freeman, Bert Bates, Kathy Sierra
List Price: $44.95
Prices subject to change.
Price: $29.67
You Save: $15.28 (34%)Prices subject to change.
Availability: Usually ships in 24 hours
Product Description:
You're not alone.
At any given moment, somewhere in the world someone struggles with the same software design problems you have. You know you don't want to reinvent the wheel (or worse, a flat tire), so you look to Design Patterns--the lessons learned by those who've faced the same problems. With Design Patterns, you get to take advantage of the best practices and experience of others, so that you can spend your time on... something else. Something more challenging. Something more complex. Something more fun.
You want to learn about the patterns that matter--why to use them, when to use them, how to use them (and when NOT to use them). But you don't just want to see how patterns look in a book, you want to know how they look "in the wild".In their native environment. In other words, in real world applications. You also want to learn how patterns are used in the Java API, and how to exploit Java's built-in pattern support in your own code.
You want to learn the real OO design principles and why everything your boss told you about inheritance might be wrong (and what to do instead).You want to learn how those principles will help the next time you're up a creek without a design paddle pattern.
Most importantly, you want to learn the "secret language" of Design Patterns so that you can hold your own with your co-worker (and impress cocktail party guests) when he casually mentions his stunningly clever use of Command, Facade, Proxy, and Factory in between sips of a martini. You'll easily counter with your deep understanding of why Singleton isn't as simple as it sounds, how the Factory is so often misunderstood, or on the real relationship between Decorator, Facade and Adapter.
With Head First Design Patterns, you'll avoid the embarrassment of thinking Decorator is something from the "Trading Spaces" show. Best of all, in a way that won't put you to sleep!We think your time is too important (and too short) to spend it struggling with academic texts.
If you've read a Head First book, you know what to expect -a visually-rich format designed for the way your brain works. Using the latest research in neurobiology, cognitive science, and learning theory, Head First Design Patterns will load patterns into your brain in a way that sticks. In a way that lets you put them to work immediately. In a way that makes you better at solving software design problems, and better at speaking the language of patterns with others on your team.
You're not alone.
At any given moment, somewhere in the world someone struggles with the same software design problems you have. You know you don't want to reinvent the wheel (or worse, a flat tire), so you look to Design Patterns--the lessons learned by those who've faced the same problems. With Design Patterns, you get to take advantage of the best practices and experience of others, so that you can spend your time on... something else. Something more challenging. Something more complex. Something more fun.
You want to learn about the patterns that matter--why to use them, when to use them, how to use them (and when NOT to use them). But you don't just want to see how patterns look in a book, you want to know how they look "in the wild".In their native environment. In other words, in real world applications. You also want to learn how patterns are used in the Java API, and how to exploit Java's built-in pattern support in your own code.
You want to learn the real OO design principles and why everything your boss told you about inheritance might be wrong (and what to do instead).You want to learn how those principles will help the next time you're up a creek without a design paddle pattern.
Most importantly, you want to learn the "secret language" of Design Patterns so that you can hold your own with your co-worker (and impress cocktail party guests) when he casually mentions his stunningly clever use of Command, Facade, Proxy, and Factory in between sips of a martini. You'll easily counter with your deep understanding of why Singleton isn't as simple as it sounds, how the Factory is so often misunderstood, or on the real relationship between Decorator, Facade and Adapter.
With Head First Design Patterns, you'll avoid the embarrassment of thinking Decorator is something from the "Trading Spaces" show. Best of all, in a way that won't put you to sleep!We think your time is too important (and too short) to spend it struggling with academic texts.
If you've read a Head First book, you know what to expect -a visually-rich format designed for the way your brain works. Using the latest research in neurobiology, cognitive science, and learning theory, Head First Design Patterns will load patterns into your brain in a way that sticks. In a way that lets you put them to work immediately. In a way that makes you better at solving software design problems, and better at speaking the language of patterns with others on your team.
Alternate Versions:
Related Items:
- Head First Object-Oriented Analysis and Design (Head First)
- Head First Java, 2nd Edition
- Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing Series)
- Code Complete: A Practical Handbook of Software Construction
- Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam (Brain-Friendly Guides)
- see more
Browse for similar items by category:
- Books » Specialty Stores » Custom Stores » By Publisher » O'Reilly » Programming » General
- Books » Specialty Stores » Custom Stores » By Publisher » O'Reilly » Programming » Web Programming
- Books » Specialty Stores » Custom Stores » By Publisher » O'Reilly » Web Development » Web Authoring & Design
- Books » Subjects » Computers & Internet » Computer Science » Systems Analysis & Design
- Books » Subjects » Computers & Internet » Programming » Java » General
Customer Reviews
Average Rating:

Rating:
- Years of frustration solved in 1 chapter
I have been doing c# programming for about 3 years now. Mostly I did web apps and some utilities, but did do a few larger applications. For that entire time, I could never get my head wrapped around interfaces. I knew how to create them, but not really why, so I just never used them. By the end of the first chapter in Design Patterns, it all finally `CLICKED`. On thinking back on some of the projects I did, if I had this book to begin with, the projects would have gone smoother, especially when requirements ... Read More
Rating:
- The BEST of the BEST ever book of Design Patterns
This is awesome! All developers MUST have this book. You can apply to not only Java but other programming language, Ruby, PHP, C# etc. But you have to have basic knowledge of Java to read this book though. Anyway, you should get it one now.
Rating:
- Head First Design Patterns
Very good book with a very good concept. It takes your hand and follow you in understanding some important programming patterns which will make your life easier.
Rating:
- Great Book!
This was my first book from Head First, and i love it! The book uses an easy approach (besides the schema in each chapter) to make you understand the different patterns. I think the book is good for junior and mid senior people.
Rating:
- Head First Design Patterns (Head First)
This book is like eating icecream. You expend Zero effort in learning valuable information about design patterns for oo development.
- Years of frustration solved in 1 chapterI have been doing c# programming for about 3 years now. Mostly I did web apps and some utilities, but did do a few larger applications. For that entire time, I could never get my head wrapped around interfaces. I knew how to create them, but not really why, so I just never used them. By the end of the first chapter in Design Patterns, it all finally `CLICKED`. On thinking back on some of the projects I did, if I had this book to begin with, the projects would have gone smoother, especially when requirements ... Read More
- The BEST of the BEST ever book of Design PatternsThis is awesome! All developers MUST have this book. You can apply to not only Java but other programming language, Ruby, PHP, C# etc. But you have to have basic knowledge of Java to read this book though. Anyway, you should get it one now.
- Head First Design PatternsVery good book with a very good concept. It takes your hand and follow you in understanding some important programming patterns which will make your life easier.
- Great Book!This was my first book from Head First, and i love it! The book uses an easy approach (besides the schema in each chapter) to make you understand the different patterns. I think the book is good for junior and mid senior people.
- Head First Design Patterns (Head First)This book is like eating icecream. You expend Zero effort in learning valuable information about design patterns for oo development.
