Skip to content

Commit

Permalink
Clarify that items always start with a valid quality (#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpsvogel authored Nov 8, 2023
1 parent bd02802 commit 266b24d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions exercises/practice/gilded-rose/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ To pave the way for the new feature, refactor the existing code and make it easi

Feel free to make any changes and add any new code as long as everything still works correctly (i.e., as long as the tests for existing features still pass).

Note: you can assume that items always _start_ with a valid quality.
In other words, the automated tests don't check what happens when an item has an initial quality above the maximum, or when a **_Sulfuras_** has an initial quality other than 80.

## 2. Add the new feature

We have recently signed a supplier of **_Conjured_** items.
Expand Down

0 comments on commit 266b24d

Please sign in to comment.