We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ff4f2 commit 6fae578Copy full SHA for 6fae578
README.md
@@ -1,2 +1,8 @@
1
-# Patterns-JavaScript
2
-Patterns for JavaScript, Node.js, and TypeScript
+# 🧩 Design Patterns for JavaScript, Node.js, and TypeScript
+
3
+> Rethinking GRASP (General Responsibility Assignment Software Patterns), SOLID (Single responsibility, Open–closed, Liskov substitution, Interface segregation, Dependency inversion), GoF (Gang of Four) patterns, for Frontend (browsers) & Backend (node.js, other runtimes) development with JavaScript and TypeScript
4
5
+Translations:
6
+[EN](https://github.com/tshemsedinov/Patterns-JavaScript/tree/en),
7
+[UA](https://github.com/tshemsedinov/Patterns-JavaScript/tree/ua),
8
+[RU](https://github.com/tshemsedinov/Patterns-JavaScript/tree/ru).
0 commit comments