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

Exercise 9 - adding zero? #18

Closed
WadeWaldron opened this issue Feb 7, 2017 · 2 comments
Closed

Exercise 9 - adding zero? #18

WadeWaldron opened this issue Feb 7, 2017 · 2 comments

Comments

@WadeWaldron
Copy link
Contributor

Original Issue: https://github.com/typesafe-training/fast-track-akka-scala/issues/14
Originally reported by @alejandrolujan

Why do we have this in CoffeeHouse.scala:

guestBook += guest -> (guestBook(guest) + 0)

instead of this:

guestBook += guest -> guestBook(guest)

?

@eloots
Copy link
Collaborator

eloots commented Feb 8, 2017

Think this issue belongs in https://github.com/lightbend-training/FTTAS-fast-track-akka-scala

@WadeWaldron
Copy link
Contributor Author

Bah. You are right. Oops.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants