mirror of
https://github.com/wataridori/solid-php-example.git
synced 2024-12-04 02:48:26 +00:00
Update Readme.md
This commit is contained in:
parent
f5609182f4
commit
f06e3ca275
@ -17,7 +17,7 @@ This principle is about **business logic to clients communication**.
|
||||
> Many client-specific interfaces are better than one general-purpose interface.
|
||||
|
||||
### Dependency Inversion Principle ([Example](./5-dependency-inversion-principle.php))
|
||||
> This principle wires up all **other four principles in a single circle**.
|
||||
Depend upon abstractions. Do not depend upon concretions.
|
||||
This principle wires up all **other four principles in a single circle**.
|
||||
> Depend upon abstractions. Do not depend upon concretions.
|
||||
|
||||
#### For more information about *Object Oriented Design Principles*, you can refer [this slide](https://viblo.asia/thangtd90/posts/pVYRPJPmG4ng)
|
||||
|
Loading…
Reference in New Issue
Block a user