mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-19 16:31:30 +00:00
Create README.md
- Included a Readme.md for commentary.
This commit is contained in:
parent
179a22ecfa
commit
7df32e4a34
14
csharp/README.md
Normal file
14
csharp/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# Gilded Rose Refactoring Kata
|
||||||
|
|
||||||
|
Introduction:
|
||||||
|
I will try as much as I can to write my thought processes here as it's one of the requirements.
|
||||||
|
I will just write the relevant parts and not my whole thoughts. That would be weird since I was thinking of lunch just before I started. :D
|
||||||
|
|
||||||
|
1:
|
||||||
|
One of the first things I want to do is just get the program to run. so am not fixing anything except what will make the program run.
|
||||||
|
|
||||||
|
2:
|
||||||
|
After this I want to include some Unit tests to ensure all parts are working as they should. This may require some fixing. Not sure.
|
||||||
|
|
||||||
|
3:
|
||||||
|
Then when all tests are good. I can start working with an aim of not breaking any tests.
|
||||||
Loading…
Reference in New Issue
Block a user