Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rstraub/cupcake-kata-java

Java Solution to the Cupcake Kata
https://github.com/rstraub/cupcake-kata-java

Last synced: 3 days ago
JSON representation

Java Solution to the Cupcake Kata

Awesome Lists containing this project

README

        

# 🧁 [Cupcake Kata](https://codingdojo.org/kata/cupcake/) Java

Great little Kata to practice modelling, and applying Design Patterns.
For instance this solution applies both the Decorator Pattern (Toppings / Cakes) and the Composite
Pattern (Bundle / Product).

The final model ended up as follows: ![Class Diagram](./cupcake.png)