GildedRose-Refactoring-Kata/csharp
israel f6db7aa935 · Insert comments.
· DoNothingStrategy created.
2017-10-20 13:14:29 +01:00
..
Properties Added files needed to run the csharp project on VS15/17 2017-09-01 00:00:42 -03:00
StrategyPatternExample · Insert comments. 2017-10-20 13:14:29 +01:00
.gitignore Added .gitignore file 2017-08-31 23:58:11 -03:00
App.config Added files needed to run the csharp project on VS15/17 2017-09-01 00:00:42 -03:00
ApprovalTest.cs Clean code. Refactored namespace Strategy to StrategyPatternExample. 2017-10-20 11:33:33 +01:00
ApprovalTest.ThirtyDays_StrategyPatternExample.approved.txt Refactored Program.cs to allow to run GildedRoseStrategyExample without duplicating code. 2017-10-20 11:28:52 +01:00
ApprovalTest.ThirtyDays.approved.txt Refactored Program.cs to allow to run GildedRoseStrategyExample without duplicating code. 2017-10-20 11:28:52 +01:00
csharp.csproj · Insert comments. 2017-10-20 13:14:29 +01:00
csharp.sln Added files needed to run the csharp project on VS15/17 2017-09-01 00:00:42 -03:00
GildedRose.cs Refactored Program.cs to allow to run GildedRoseStrategyExample without duplicating code. 2017-10-20 11:28:52 +01:00
GildedRoseTest.cs · Insert comments. 2017-10-20 13:14:29 +01:00
Global.cs Refactored hardcoded item names. Now there are consts in Global class which define them. 2017-10-20 12:28:44 +01:00
IGildedRoseApp.cs Refactored Program.cs to allow to run GildedRoseStrategyExample without duplicating code. 2017-10-20 11:28:52 +01:00
Item.cs Added files needed to run the csharp project on VS15/17 2017-09-01 00:00:42 -03:00
packages.config Included NUnit Testing Adapter. 2017-10-20 10:18:26 +01:00
Program.cs Refactored hardcoded item names. Now there are consts in Global class which define them. 2017-10-20 12:28:44 +01:00