GildedRose-Refactoring-Kata/csharp/Strategy
2017-10-20 11:28:52 +01:00
..
CategoryStrategiesFactory.cs Code refactored to adapt it to Strategy Pattern. 2017-10-20 10:36:32 +01:00
ICategoryStrategy.cs Code refactored to adapt it to Strategy Pattern. 2017-10-20 10:36:32 +01:00
ItemWrapperContext.cs Code refactored to adapt it to Strategy Pattern. 2017-10-20 10:36:32 +01:00
NextExpiredImproveQualityStrategy.cs Code refactored to adapt it to Strategy Pattern. 2017-10-20 10:36:32 +01:00
NormalDegradeStrategy.cs Code refactored to adapt it to Strategy Pattern. 2017-10-20 10:36:32 +01:00
OlderIsBetterStrategy.cs Code refactored to adapt it to Strategy Pattern. 2017-10-20 10:36:32 +01:00
TwiceFastDegradeQualityStrategy.cs Refactored Program.cs to allow to run GildedRoseStrategyExample without duplicating code. 2017-10-20 11:28:52 +01:00