A Kata to learn Refactoring Skills
Refactor Kata Exercise. This project builds and runs. However, it's employing several poor practices. Refactor this code to employ best practices.
- Clone this repo to your machine
- Create a branch to accomplish your work (
git checkout -b your-branch-name) - Refactor this code, making commits along the way
- Push your changes (
git push) - Create a pull request and add request a review from your instructor