0
What is design patterns?
Like singleton and more. In Python
1 ответ
0
Design patterns are ways to structure your code to avoid a lot of common problems as your code grows. There are lots of different design pattern for any use case.
A course on design pattern is availlable on Sololearn! You should check it out.