Head First Design Patterns Quotes
Head First Design Patterns
by
Eric Freeman9,007 ratings, 4.30 average rating, 511 reviews
Head First Design Patterns Quotes
Showing 1-9 of 9
“When you design, solve things in the simplest way possible. Your goal should be simplicity, not 'How can I apply a pattern to this problem.”
― Head First Design Patterns
― Head First Design Patterns
“Take what varies and “encapsulate” it so it won’t affect the rest of your code.”
― Head First Design Patterns: Building Extensible and Maintainable Object-Oriented Software
― Head First Design Patterns: Building Extensible and Maintainable Object-Oriented Software
“make sure that we”
― Head First Design Patterns
― Head First Design Patterns
“We’d like to keep things flexible;”
― Head First Design Patterns
― Head First Design Patterns
“A remote proxy acts as a local representative to a remote object.”
― Head First Design Patterns
― Head First Design Patterns
“Composite Pattern takes the Single Responsibility design principle and trades it for transparency.”
― Head First Design Patterns
― Head First Design Patterns
“The NoCommand object is an example of a null object. A null object is useful when you don’t have a meaningful object to return, and yet you want to remove the responsibility for handling null from the client.”
― Head First Design Patterns
― Head First Design Patterns
“two forms of the Adapter Pattern: object and class adapters. Class adapters require multiple inheritance. You can implement more”
― Head First Design Patterns
― Head First Design Patterns
“The large number of acknowledgments is because we’re testing the theory that everyone mentioned in a book acknowledgment will buy at least one copy, probably more, what with relatives and everything. If you’d like to be in the acknowledgment of our next book, and you have a large family, write to us.”
― Head First Design Patterns
― Head First Design Patterns
