Skip to content

Latest commit

 

History

History
 
 

DonutKata

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

What is the Donut Code Kata?

The Donut Kata is an advanced kata which can help developers become familiar with lesser known APIs of Eclipse Collections.

The domain for the kata is a Donut Shop. There are several domain classes that are shared by all of the exercises. These are DonutType, Donut, DonutShop, Customer, Order and Delivery.

Diagram

How to get started

  • There are failing tests in DonutShopTest
    • Make the tests pass by following and completing the TODOs in DonutShop