你不想重新发明车轮(或者更差的是,没有充气车胎的轮子),所以你从设计模式中寻求帮助——设计模式是过去人们面对同样的软件设计问题所得到的经验。 有了设计模式,就可以利用其他人的实践经验的精华,因此省下的时间可以用在其他的事情上,如:更有挑战性的事情、更复杂的事情以及更有趣的事情。你想要学习:\r\n ·重要的模式 ;\r\n ·何时使用某个模式,为何使用该模式;\r\n ·如何在你自己的设计中马上采用这些模式;\r\n ·何时不该使用该模式(如何避免滥用模式); \r\n ·某个模式是依据哪些面向对象设计原理而设计出来的。 \r\n 更重要的是,你想在学习设计模式的过程中,不感觉到昏昏欲睡。如果你曾经读过任何一本深入浅出(Head First)系列书籍,你就会知道能够从本书中得到的是:透过丰富的视觉效果让你的大脑充分地运作。本书的编写运用许多最新的研究,包括神经生物学、认知科学以及学习理论,这使得这本书能够将这些设计模式深深地烙印在你的脑海中,不容易被遗忘。你将会更擅长于解决软件设计中的问题,并能够和你的团队成员用模式的语言来更好地沟通。
Table of Contents(summmary)\r\n Intro\r\n 1 Welcome to Design Patterns:an introduction\r\n 2 Keping your Objects in the know:the Observer Pattern\r\n 3 Decorating Objects:the Decorator Pattern\r\n 4 Baking with OO goodness:the Factory Pattern\r\n 5 One of a Kind Objects:the Singleton Pattern\r\n 6 Encapsulating Invocation:the Command Pattern\r\n 7 Being Adaptive:the Adapter and Facade Patterns\r\n 8 Encapsulating Algorithms:the Template Method Pattern\r\n 9 Well-managed Collections:the Iterator and Composite Patterns\r\n 10 The State of Things:the State Pattern\r\n 11 Controlling Object Access:the Proxy Pattern\r\n 12 Patterns of Patterns:Compatterns\r\n 13 Patterns in the real World:Better Living with Patterns\r\n 14 Appendix:Leftover Patterns\r\nTable of Contents(the real thing)\r\n……\r\n1 Welcome to Design Patterns\r\n2 Keeping your Objects in the Know\r\n3 Decorating Objects\r\n4 Baking with OO Goodness\r\n5 One of a Kind Objects\r\n6 Encapsulating Invocation\r\n7 Being Adaptive\r\n8 Encapsulating Algorithms\r\n9 Well-Managed Collections\r\n10 The State of Things\r\n11 Controlling Object Access\r\n12 Patterns of Patterns\r\n13 Patterns in the Real World\r\n14 Appendix:Leftover Patterns\r\nBridge\r\nBuilder\r\nChain of Responsibility\r\nFlyweight\r\nInterpreter\r\nMediator\r\nMemento\r\nPrototype\r\nVisitor
Eric Freeman以及Elisabeth Freeman是作家、教育家以及技术发明者。他们在迪斯尼公司领导了四年的数字媒体以及因特网的开发,后来他们将这些经验应用在他们自己的媒体中,包括这本书中。Eric具有耶鲁大学的计算机科学博士学位,Elisbeth具有耶鲁大学的计算机科学硕士学位。
Kathy Sierra(javaranch.com的创始者)以及Bert Bates是畅销的“深入浅出”(Head First)系列书籍的策划者,也是Sun公司Java开发员认证考试的开发者。
无封面