Skip to content

Commit

Permalink
Placement for note
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse authored Feb 22, 2017
1 parent 2317689 commit 48050f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ Wikipedia describes them as
- 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.
- 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.

> ℹ 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.
Types of Design Patterns
-----------------

* [Creational](#creational-design-patterns)
* [Structural](#structural-design-patterns)
* [Behavioral](#behavioral-design-patterns)

> ℹ 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.
Creational Design Patterns
==========================

Expand Down

0 comments on commit 48050f0

Please sign in to comment.