Skip to content

gregorriegler/Mean-Temperature-App-Refactoring-Kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mean Temperature App Refactoring Kata

This is a Kata to practice the refactoring and testing of legacy code that has hard dependencies. Bring the MeanTemperatureApplication under test and refactor without taking any risk. You are not allowed to change the contents of the ThirdPartyService.

Patterns that might help

  • Extract Parameter To Push Up Dependency
  • Test Specific Subclass And Override Method

Releases

No releases published

Packages

No packages published

Languages