Replies: 1 comment 2 replies
-
If it would complicate the tree structure that much, maybe at least change the Design Patterns section by removing the popular ones (Popular ones?), leaving only three items of the pattern types themselves, namely:
So that those who study patterns would have a framework to study and be able to find information on each type on their own? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Judging by the number of likes the problem closed today, I still decided to create another one with the same quest, please do not ignore it, learning GOF patterns is an important step in backend developer learning
Please add subsections to the Design Patterns section like:
(These are 21 classic GOF patterns)
PATTERNS
Abstract Factory
Builder
Factory Method
Object Pool
Prototype
Singleton
Adapter
Bridge
Composite
Decorator
Facade
Flyweight
Private Class Data
Proxy
Chain of responsibility
Command
Interpreter
Iterator
Mediator
Memento
Null Object
Observer
State
Strategy
Template method
Visitor
Beta Was this translation helpful? Give feedback.
All reactions