Skip to content

Kata to train how to decouple code and Clean Code

Notifications You must be signed in to change notification settings

ferranrt/weather-kata-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

TODO!

Weather Interface Metaweather Implements Weather interface Move date filter to WeatherClient Create Domain (struct to use as response)

About

Kata to train how to decouple code and Clean Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.7%
  • Makefile 2.3%