Skip to content

matleclaire/parrot-refactoring-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Parrot Refactoring Kata

Do you want to practice refactoring? This is a good exercise to do so.

Refactor this code, take small steps, run the tests often.

⚒️ Refactoring Techniques you can use

  • Replace Constructor with Factory Method
  • Replace Conditional with Polymorphism
  • Push Down Field and Method

Acknowledgements

This code is heavily inspired from https://github.com/emilybache/Parrot-Refactoring-Kata and adapted to run with the latest versions of Java and JUnit.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages