My solution to the Pillar Technology Vending Machine kata.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
15
commits
hardened machine tests, added simple localization enum for messages, added bank withdrawal tests, added a few more tests
2be47c8View on GitHubfunctionality complete, added subtract for single Inventory item
7c9cc8dView on GitHubgeneralized most Bank functionality into Inventory class, updated and added tests, added dumb enum tester to satisfy jacoco
a4e0c77View on GitHubadded change calculation, bank withdrawal, display checking calculation, initial vending code, initial product enum, some refactoring and cleanup, some new notes, turned off checkstyle magic numbers
173cb4bView on GitHubsome refactoring: coin return is now a Bank, Banks now auto-populate their maps on construction, added deposit functionality, fully tested Bank, cleaned up Machine
c754dd2View on GitHub