mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-24 19:01:08 +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
82 B
C#
7 lines
82 B
C#
namespace GildedRoseKata
|
|
{
|
|
public class LegendaryItem : Item
|
|
{
|
|
}
|
|
}
|