Skip to content

Commit

Permalink
quality of code section updated
Browse files Browse the repository at this point in the history
  • Loading branch information
s3b4stian committed Oct 24, 2017
1 parent 156eb8b commit baf8dfc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Started as a project for learning the modern PHP, it has become a set of simple

### Quality of code

* The development of Framework is done trying to get PHP best pratices always in mind. If you wish deepen PHP best pratices you can start from [phptherightway](http://www.phptherightway.com/)
* Code is fully tested with [phpstan](https://github.com/phpstan/phpstan), [phpunit](https://github.com/sebastianbergmann/phpunit) and [infection](https://github.com/infection/infection)
* code is fully commented, ready for [phpDocumentor](https://www.phpdoc.org/)
* Code is written applying the five [SOLID](https://en.wikipedia.org/wiki/SOLID_(object-oriented_design)) principles
* Check the [code metrics](https://linna.tools/metrics/)
* The development of Framework is done trying to get PHP best pratices always in mind.<br/>If you wish deepen PHP best pratices you can start from [phptherightway](http://www.phptherightway.com/)
* Code is fully tested with [phpstan](https://github.com/phpstan/phpstan), [phpunit](https://github.com/sebastianbergmann/phpunit) and [infection](https://github.com/infection/infection)
* Code is fully commented, ready for [phpDocumentor](https://www.phpdoc.org/)
* Code is written applying the five [SOLID](https://en.wikipedia.org/wiki/SOLID_(object-oriented_design)) principles
* Check the [code metrics](https://linna.tools/metrics/)

### Production environment
At moment, code, isn't utilized in production environment, Hope in future.
Expand Down

0 comments on commit baf8dfc

Please sign in to comment.