Do you know about design patterns? Which design patterns have you used, and in what situations? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Do you know about design patterns? Which design patterns have you used, and in what situations?

In software engineering, a design pattern is a general repeatable solution to a commonly occurring problem in software design. A design pattern isn't a finished design that can be transformed directly into code. It is a description or template for how to solve a problem that can be used in many different situations.

25th Nov 2017, 8:50 PM
⏩▶Clau◀⏪
⏩▶Clau◀⏪ - avatar
1 Answer
+ 1
singleton pattern, builder pattern, multiton pattern, visitor pattern, decorator pattern, iterator pattern, mvc pattern, adapter pattern are the ones that pop into my head right now. I used them well where they were needed or were they should be used.
26th Nov 2017, 11:51 AM
Jeremy
Jeremy - avatar