Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
4. [I: Interface Segregation Principle (ISP)](#interface-segregation-principle-isp)
5. [D: Dependency Inversion Principle (DIP)](#dependency-inversion-principle-dip)
6. [Don’t repeat yourself (DRY)](#dont-repeat-yourself-dry)
7. [Tanslations](#translations)

## Introduction

Expand Down Expand Up @@ -1728,3 +1729,14 @@ function showList($employees)
```

**[⬆ back to top](#table-of-contents)**



## Translations

This is also available in other languages:
- ![cn](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/China.png) **Chinese**:
- [yangweijie/clean-code-php](https://github.com/yangweijie/clean-code-php)
- [php-cpm/clean-code-php](https://github.com/php-cpm/clean-code-php)

**[⬆ back to top](#table-of-contents)**