mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 10:36:39 +00:00
doc: edit general doc
This commit is contained in:
parent
487d43d51f
commit
14edccf606
3 changed files with 7 additions and 0 deletions
|
|
@ -39,3 +39,6 @@ and divided into three groups.
|
|||
- [Flyweight](structural/flyweight/README.md)
|
||||
- [Proxy](structural/proxy/README.md)
|
||||
|
||||
### [Behavioral Patterns](behavioral/README.md)
|
||||
|
||||
- [Chain of Responsibility](behavioral/chain_responsibility/README.md)
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
Creational patterns provide various object creation mechanisms, which increase flexibility and reuse of existing code.
|
||||
|
||||
## Patterns
|
||||
|
||||
- [Factory Method](factory_method/README.md)
|
||||
- [Abstract Factory](abstract_factory/README.md)
|
||||
- [Builder](builder/README.md)
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
Structural patterns explain how to assemble objects and classes into larger structures while keeping these structures flexible and efficient.
|
||||
|
||||
## Patterns
|
||||
|
||||
- [Adapter](adapter/README.md)
|
||||
- [Bridge](bridge/README.md)
|
||||
- [Composite](composite/README.md)
|
||||
|
|
|
|||
Loading…
Reference in a new issue