mirror of
https://github.com/dwmkerr/hacker-laws.git
synced 2025-12-17 20:55:02 +01:00
Match case on Object-oriented to Object-Oriented
This commit is contained in:
10
README.md
10
README.md
@@ -306,7 +306,7 @@ Theoretically, this should make the code more robust, and easier to change. Know
|
|||||||
|
|
||||||
See also:
|
See also:
|
||||||
|
|
||||||
- [Object-oriented Programming](#todo)
|
- [Object-Oriented Programming](#todo)
|
||||||
- [SOLID](#solid)
|
- [SOLID](#solid)
|
||||||
|
|
||||||
### The Open/Closed Principle
|
### The Open/Closed Principle
|
||||||
@@ -323,7 +323,7 @@ This principle has particular relevance for object-oriented programming, where w
|
|||||||
|
|
||||||
See also:
|
See also:
|
||||||
|
|
||||||
- [Object-oriented Programming](#todo)
|
- [Object-Oriented Programming](#todo)
|
||||||
- [SOLID](#solid)
|
- [SOLID](#solid)
|
||||||
|
|
||||||
### The Liskov Substitution Principle
|
### The Liskov Substitution Principle
|
||||||
@@ -340,7 +340,7 @@ This principle has particular relevance for object-oriented programming, where t
|
|||||||
|
|
||||||
See also:
|
See also:
|
||||||
|
|
||||||
- [Object-oriented Programming](#todo)
|
- [Object-Oriented Programming](#todo)
|
||||||
- [SOLID](#solid)
|
- [SOLID](#solid)
|
||||||
|
|
||||||
### The Interface Segregation Principle
|
### The Interface Segregation Principle
|
||||||
@@ -357,7 +357,7 @@ This principle has particular relevance for object-oriented programming, where i
|
|||||||
|
|
||||||
See also:
|
See also:
|
||||||
|
|
||||||
- [Object-oriented Programming](#todo)
|
- [Object-Oriented Programming](#todo)
|
||||||
- [SOLID](#solid)
|
- [SOLID](#solid)
|
||||||
- [Duck Typing](#todo)
|
- [Duck Typing](#todo)
|
||||||
- [Decoupling](#todo)
|
- [Decoupling](#todo)
|
||||||
@@ -376,7 +376,7 @@ This principle is complex, as it can seem to 'invert' the expected dependencies
|
|||||||
|
|
||||||
See also:
|
See also:
|
||||||
|
|
||||||
- [Object-oriented Programming](#todo)
|
- [Object-Oriented Programming](#todo)
|
||||||
- [SOLID](#solid)
|
- [SOLID](#solid)
|
||||||
- [Inversion of Control](#todo)
|
- [Inversion of Control](#todo)
|
||||||
- [Dependency Injection](#todo)
|
- [Dependency Injection](#todo)
|
||||||
|
|||||||
Reference in New Issue
Block a user