has ALL you need!
A community for book lovers to create their own bookshelves, share and explore books.
Sign Up for FREE!Similar books
Jakarta Commons Cookbook | Head First Object-Oriented Analysis and Design | JUnit Pocket Guide | SCJP Sun Certified Programmer for Java 5 Study Guide | Design Patterns |
Book 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.
Groups with this in collection
SBR Team (2) |
Groups discussions
- Test OO & Design Pattern (1 comment, 1 person)
- Book Details
- English Books
- Rating:



(66)
4 stars 
3 stars 
2 stars 
1 star 
- Paperback 676 Pages
- Edition: 1
- ISBN-10: 0596007124
- ISBN-13: 9780596007126
- Publisher: O'Reilly Media, Inc.
- Pub date: Oct 25, 2004
- Dimensions: 24 cm x 20 cm x 5 cm Just how big is that?
- Also available as: Others
- In another language:
... and another language繁體書

FAQ
How does the voting work?
Find a comment helpful / unhelpful? Cast your vote. Only one vote from each person will be counted. Every hour we gather all the votes, add them up, add some magic source, and there we have the new sorting for the comments on the page of this book!I see mistakes in the book information. How can I fix it?
Under "Book details", there is a link labeled "Improve data of this book". You can use that form to send us the correct information.



This is a beginner-friendly book for design patterns. The authors used daily-life problems to explain vividly, accompanied with figures and drawings, some of the basic patterns. The writing style and organization allows readers to quickly grasp the essentials of those patterns. On the other hand, th ... Continue
This is a beginner-friendly book for design patterns. The authors used daily-life problems to explain vividly, accompanied with figures and drawings, some of the basic patterns. The writing style and organization allows readers to quickly grasp the essentials of those patterns. On the other hand, the authors also introduced object-oriented design principals in appropriate occasions.
If you are looking an introductory book for design patterns, this should be the one for you.