mangasf / weather-kata-php

Kata to train how to decouple code and Clean Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Kata to train how to decouple code and Clean Code


Languages

Language:PHP 96.8%Language:Makefile 3.2%