Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 447 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 447 Bytes

Weather Kata

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

Pre requisites

PHP 8.1

Install dependencies

make install

Check complexity

make complexity

Run the tests

make tests