An open API service indexing awesome lists of open source software.

https://github.com/nymann/parrot-refactoring-kata


https://github.com/nymann/parrot-refactoring-kata

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Parrot Refactoring Kata

A solution for [The Parrot Refactoring Kata](https://github.com/emilybache/Parrot-Refactoring-Kata/tree/main/Python)

#### Description

Can you spot any code smells in this code?

I'll give you a clue — a spot of Polymorphism should improve matters!

Refactor this code, take small steps, run the tests often. See how small and beautiful you can make it.

## Development

For help getting started developing check [DEVELOPMENT.md](DEVELOPMENT.md)