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

https://github.com/truecodersio/katarefactor

C# Refactoring Skills
https://github.com/truecodersio/katarefactor

csharp kata

Last synced: 24 days ago
JSON representation

C# Refactoring Skills

Awesome Lists containing this project

README

          

# 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