Skip to content

Commit 38519f7

Browse files
committed
Added before you start info
1 parent 9a55b11 commit 38519f7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ Wikipedia describes them as
2828
- 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.
2929
- 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.
3030

31+
32+
33+
34+
## 🐢 Before you start
35+
36+
- All design patterns have been implemented in [ES6](https://github.com/lukehoban/es6features), the new version of javascript.
37+
- Since javascript does not have any implementation of interfaces, the examples here use implied interfaces, which means that as long as a class has attributes and methods that a particular interface is supposed to have, it is considered to implement that interface. To make it easier to tell the interface we are using, its information can be found in the comments of every example.
38+
3139
Types of Design Patterns
3240
-----------------
3341

0 commit comments

Comments
 (0)