mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 06:51:27 +00:00
- refactor the UpdateQuality method by : * removing all static item names * strongly typing the different items * moving specific business logic inside the business object
7 lines
81 B
C#
7 lines
81 B
C#
namespace GildedRoseKata
|
|
{
|
|
public class ConjuredItem : Item
|
|
{
|
|
}
|
|
}
|