-
What is a Design Pattern?
设计模式是什么?
-
Defining the design pattern in XML.
用xml定义设计模式。
-
Building with the Design Pattern toolkit.
使用设计模式工具箱进行构建。
-
Ensures complete use of the design pattern.
保证彻底应用设计模式。
-
Concept: Defining the design pattern in XML.
概念:用xml定义设计模式。
设计模式(Design pattern)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。 毫无疑问,设计模式于己于他人于系统都是多赢的,设计模式使代码编制真正工程化,设计模式是软件工程的基石,如同大厦的一块块砖石一样。设计模式分为三种类型,分别是:创建型模式、结构型模式,行为型模式。