You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,15 +26,15 @@ Wikipedia describes them as
26
26
- Do not try to force them; bad things are supposed to happen, if done so. Keep in mind that design patterns are solutions **to** problems, not solutions **finding** problems; so don't overthink.
27
27
- If used in a correct place in a correct manner, they can prove to be a savior; or else they can result in a horrible mess of a code.
28
28
29
+
> ℹ Note that the code samples below are in PHP-7. However the **support for other languages is underway**. But this shouldn't stop you because the concepts are same anyways.
30
+
29
31
Types of Design Patterns
30
32
-----------------
31
33
32
34
*[Creational](#creational-design-patterns)
33
35
*[Structural](#structural-design-patterns)
34
36
*[Behavioral](#behavioral-design-patterns)
35
37
36
-
> ℹ Note that the code samples below are in PHP-7. However the **support for other languages is underway**. But this shouldn't stop you because the concepts are same anyways.
0 commit comments