Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 486 Bytes

File metadata and controls

13 lines (9 loc) · 486 Bytes

RefactorKata

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.

Challenge

  1. Clone this repo to your machine
  2. Create a branch to accomplish your work (git checkout -b your-branch-name)
  3. Refactor this code, making commits along the way
  4. Push your changes (git push)
  5. Create a pull request and add request a review from your instructor