14 lines
No EOL
772 B
Markdown
14 lines
No EOL
772 B
Markdown
# 5 Design Patterns That Are ACTUALLY Used By Developers
|
|
The code from my YouTube video on "5 Design Patterns That Are ACTUALLY Used By Developers".
|
|
|
|
There are 23 design patterns in the book "Design-Patterns: Elements of Reusable Object-Orientated Software". I think over my career I have probably used most of them at some point. However, I am not exactly using every pattern on a daily basis.
|
|
|
|
So I thought it would be a good idea to go through each of the patterns and work out what the top 5 are that I use regularly and see other people using in their code.
|
|
|
|
I came up with the following 5 Design Patterns:
|
|
|
|
1. [Strategy Pattern](Strategy)
|
|
2. [Decorator Pattern](Decorator)
|
|
3. [Observer Pattern](Observer)
|
|
4. [Singleton Pattern](Singleton)
|
|
5. [Facade Pattern](Facade) |