Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 2.27 KB

README.md

File metadata and controls

39 lines (33 loc) · 2.27 KB

What is the Coffee Shop Kata?

The Coffee Shop Kata exercise is designed to provide a hands-on experience in learning and demonstrating the usage of latest Java features while comparing them with older.

The domain for the kata is a Coffee Shop. There are several domain classes that are shared by all the exercises. These are Items, CoffeeShopOrder, Beverage, Tea, CoffeeDrink, Latte, Macchiato, Americano, BakeryItem, Cookie, Bagel, and Donut.

Diagram

Overview

The following Java concepts will be useful in completing the kata:

Getting started

  1. Run the Tests in CoffeeShopTest
  2. Fix the Code Using "TODO" and "HINT" Comments
  3. Repeat step 1 and 2 until all tests pass