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

Money addition #12

Merged
merged 3 commits into from
Sep 29, 2022
Merged

Money addition #12

merged 3 commits into from
Sep 29, 2022

Commits on Sep 29, 2022

  1. add test for simple addition

    Task list:
    - $5 + 10CHF = $10 if rate is 2:1 🎯
    - $5 + $5 = $10 👈🏼
    kaiosilveira committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    8af5b53 View commit details
    Browse the repository at this point in the history
  2. update test to reflect the Expression metaphor

    Task list:
    - $5 + 10CHF = $10 if rate is 2:1 🎯
    - $5 + $5 = $10 👈🏼
    kaiosilveira committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    0a24e37 View commit details
    Browse the repository at this point in the history
  3. add stubs for Bank and Expression so tests pass

    Task list:
    - $5 + 10CHF = $10 if rate is 2:1 🎯
    - $5 + $5 = $10 👈🏼
    kaiosilveira committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    bd7cb75 View commit details
    Browse the repository at this point in the history