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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ This tutorial was insprired from the [Encapsulation SOLID](https://app.pluralsig
6
6
7
7
SOLID is an acronym for the following:
8
8
9
-
*S - Single Responsibility Principle ([SRP](./srp))
10
-
*O - Open Closed Principle (OCP)
11
-
*L - Liskov Substitution Principle (LSP)
12
-
*I - Interface Segregation Principle (ISP)
13
-
*D - Dependency Inversion Principle (DIP)
9
+
***S** - Single Responsibility Principle ([SRP](./srp))
10
+
***O** - Open Closed Principle (OCP)
11
+
***L** - Liskov Substitution Principle (LSP)
12
+
***I** - Interface Segregation Principle (ISP)
13
+
***D** - Dependency Inversion Principle (DIP)
14
14
15
15
Navigate to the separate folder linked above in this repo for further explainations and an example application written in [Typescript](https://www.typescriptlang.org/).
0 commit comments