A programme to manage takeaway orders from customers, and text them confirmation of their order.
###Functionality/Spec:
- List of dishes with prices
- Customers can place orders
- Customers will be:
- shown a list of dishes to choose from
- be able to add a quantity
- exact total of their order
- Once an order is placed, the customer will be sent a text message confirmation
###Tools Used:
- Ruby
- Pry
- Sublime Text 3
- RSpec
- GitHub
- Twilio API
- TimeCop gem
###Personal Aims:
- Keep classes small, with limited individual responsibilities
- TDD - refactor after each test passes
- Create simple first (MVP)
- Use London Style testing consistently