/weather-kata-php

Kata to train how to decouple code and Clean Code

Primary LanguagePHP

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