GildedRose-Refactoring-Kata/csharpcore/GildedRose
2024-03-15 11:18:11 +10:00
..
DailyUpdater.cs Extract item types and quality into their own classes to allow reuse 2024-03-15 11:18:11 +10:00
DailyUpdaterFactory.cs Extract item types and quality into their own classes to allow reuse 2024-03-15 11:18:11 +10:00
GildedRose.cs DailyUpdaterFactory reuse existing updaters instead of creating new ones every time. 2024-03-15 09:03:42 +10:00
GildedRose.csproj Update csharp core nunit project to latest SDK and libs 2024-02-05 12:37:27 +01:00
Item.cs cleanup 2023-08-30 21:02:31 +02:00
ItemQuality.cs Extract item types and quality into their own classes to allow reuse 2024-03-15 11:18:11 +10:00
ItemType.cs Extract item types and quality into their own classes to allow reuse 2024-03-15 11:18:11 +10:00
RefactoringDiary.md DailyUpdaterFactory reuse existing updaters instead of creating new ones every time. 2024-03-15 09:03:42 +10:00