mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 06:51:27 +00:00
Create readme
This commit is contained in:
parent
dcae31dec8
commit
1d1a7d8ba9
@ -51,6 +51,15 @@ The project uses composer to install:
|
|||||||
- `src` - contains the two classes:
|
- `src` - contains the two classes:
|
||||||
- `Item.php` - this class should not be changed
|
- `Item.php` - this class should not be changed
|
||||||
- `GildedRose.php` - this class needs to be refactored, and the new feature added
|
- `GildedRose.php` - this class needs to be refactored, and the new feature added
|
||||||
|
- `Items` - This folder contains all Items Class
|
||||||
|
- `Abstract` - This folder store Abstract of all Item Class
|
||||||
|
- `Interface` - This folder store Interface of all Item Class
|
||||||
|
- `Factory` - This folder store Factory, create Item instance
|
||||||
|
- `AgedBrieItem.php`
|
||||||
|
- `BackstagePassItem.php`
|
||||||
|
- `ConjuredItem.php`
|
||||||
|
- `NormalItem.php`
|
||||||
|
- `SulfurasItem.php`
|
||||||
- `tests` - contains the tests
|
- `tests` - contains the tests
|
||||||
- `GildedRoseTest.php` - starter test.
|
- `GildedRoseTest.php` - starter test.
|
||||||
- Tip: ApprovalTests has been included as a dev dependency, see the PHP version of
|
- Tip: ApprovalTests has been included as a dev dependency, see the PHP version of
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user