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
- Host: GitHub
- URL: https://github.com/truecodersio/katarefactor
- Owner: truecodersio
- License: mit
- Created: 2018-04-11T14:38:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T14:45:39.000Z (about 8 years ago)
- Last Synced: 2025-10-28T13:39:47.287Z (8 months ago)
- Topics: csharp, kata
- Language: C#
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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