Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 222 Bytes

File metadata and controls

17 lines (10 loc) · 222 Bytes

Weather kata

The goals is to identify the code smells and fix it.

Pre requisites

PHP 7.1 

Install dependencies

make install

Check Complexity

make complexity

Run the tests

make tests