|
|
8 gadus atpakaļ | |
|---|---|---|
| src | 8 gadus atpakaļ | |
| .gitignore | 8 gadus atpakaļ | |
| pom.xml | 8 gadus atpakaļ | |
| readme.md | 8 gadus atpakaļ |
Inventory classInventory class to make it more maintainable and readablejava folder in the test directoryRun all with test coverageAdd test and make sure the line of code coverage is 100%.
DO NOT alter the Item class or Items property.
Note how hard it is to read this code. Your task is to refactor the code to make it more readable. First create a new branch called refactor.
We have recently signed a supplier of conjured items. This requires an update to our system. First create a new branch called new-item. Add a conjured item.
Feel free to make any changes to the UpdateQuality method and add any new code as long as everything still works correctly.
This originated from Bobby Johnson's Blog.