https://github.com/nymann/parrot-refactoring-kata
https://github.com/nymann/parrot-refactoring-kata
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nymann/parrot-refactoring-kata
- Owner: nymann
- License: mit
- Created: 2022-09-16T23:49:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T20:28:52.000Z (over 3 years ago)
- Last Synced: 2025-03-28T21:06:49.740Z (about 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)