Skip to content

Commit 48050f0

Browse files
Placement for note
1 parent 2317689 commit 48050f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Wikipedia describes them as
2626
- 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.
2727
- 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.
2828

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+
2931
Types of Design Patterns
3032
-----------------
3133

3234
* [Creational](#creational-design-patterns)
3335
* [Structural](#structural-design-patterns)
3436
* [Behavioral](#behavioral-design-patterns)
3537

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.
37-
3838
Creational Design Patterns
3939
==========================
4040

0 commit comments

Comments
 (0)