What design patterns are used most often? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What design patterns are used most often?

5th Jan 2017, 8:16 AM
Grzegorz Kawalec
Grzegorz Kawalec - avatar
2 Answers
+ 4
Singleton also can be classified as one the most popular design pattern.
11th Jan 2017, 9:50 PM
Grzegorz Kawalec
Grzegorz Kawalec - avatar
+ 1
Hey ;) As a beginner I often used the Strategy (Procedural), Observer and State design pattern. Obviously there are many more patterns and their use depend simply on the situation. I don't think you will find any general stats like charts on the usage of diff. design patterns. Just to mention some more popular patterns: Decorator, Command, Composite, Fascade, etc.
6th Jan 2017, 11:34 PM
Felix Reichel