Files
ruby-checkout/README.md
T
2026-07-15 09:54:07 -04:00

11 lines
248 B
Markdown

# Ruby Technical Test
## Initial Thoughts
* Cart can be stored in an array of strings
* Cart items should be validated against a known list of products
* We need a hash of products and their prices
## Open Questions
* How do we apply discounts?