Update Readme.md

This commit is contained in:
Tran Duc Thang 2018-10-01 16:47:11 +07:00 committed by GitHub
parent f5609182f4
commit f06e3ca275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ This principle is about **business logic to clients communication**.
> Many client-specific interfaces are better than one general-purpose interface. > Many client-specific interfaces are better than one general-purpose interface.
### Dependency Inversion Principle ([Example](./5-dependency-inversion-principle.php)) ### Dependency Inversion Principle ([Example](./5-dependency-inversion-principle.php))
> This principle wires up all **other four principles in a single circle**. This principle wires up all **other four principles in a single circle**.
Depend upon abstractions. Do not depend upon concretions. > 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) #### For more information about *Object Oriented Design Principles*, you can refer [this slide](https://viblo.asia/thangtd90/posts/pVYRPJPmG4ng)