Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Mediator Pattern #53

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Added Mediator Pattern #53

wants to merge 2 commits into from

Conversation

ConradoMateu
Copy link
Collaborator

close #35

@@ -20,6 +20,7 @@ class IngredientDecoratorTest {
fun `Ingredient Decorator should return ingredient cost plus base noodle cost`() =
assertThat(Pork(UdonNoodles()).calculateCost(), `is`(8.00))


Copy link
Collaborator Author

@ConradoMateu ConradoMateu May 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ups

@ConradoMateu
Copy link
Collaborator Author

Good job cotel 👌🏼, I have to improve my kotlin syntax jeje.

@Cotel Cotel added the OOP label Feb 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mediator design pattern
2 participants