Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rstraub/cupcake-kata-java
- Owner: rstraub
- Created: 2022-04-14T09:27:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T12:47:42.000Z (almost 3 years ago)
- Last Synced: 2024-12-03T03:15:30.188Z (2 months ago)
- Language: Java
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)