Trong lập trình máy tính, mẫu thiết kế chiến lược là một mẫu thiết kế […]
The template method pattern là một phương thức trong một lớp cha xác định cấu […]
Một mẫu thiết kế Visitor là một mẫu thiết kế phần mềm tách biệt thuật […]
Memento (Memento Design Pattern) là một mẫu thiết kế phần mềm tiết lộ trạng thái […]
Mẫu trạng thái là một mẫu thiết kế phần mềm hành vi cho phép một […]
Trong thiết kế và kỹ thuật phần mềm, mẫu thiết kế quan sát viên (Observer […]
In software engineering, the mediator pattern defines an object that encapsulates how a set of […]
The chain-of-responsibility pattern is a behavioral design pattern consisting of a source of command objects […]
In computer programming, the flyweight software design pattern refers to an object that minimizes memory […]
The proxy pattern is a software design pattern. A proxy, in its most general form, […]
The adapter pattern is a software design pattern that allows the interface of an existing […]
The factory method pattern is a creational pattern that uses factory methods to deal with […]
The decorator pattern is a design pattern that allows behavior to be added to an […]
The composite pattern describes a group of objects that are treated the same way as […]
Specify the kinds of objects to create using a prototypical instance, and create new objects […]
Decouple an abstraction from its implementation so that the two can vary independently. Tách rời […]
Provide a unified interface to a set of interfaces in a subsystem. Facade defines a […]
Design patterns là 1 trong những chủ đề quan trọng nhưng không được nhiều trường […]