elixirschool / homework

A collection of coding exercises to be completed in conjunction with the lessons available on elixirschool.com
https://elixirschool.com
Apache License 2.0
73 stars 13 forks source link

New Simple Bank exercise #2

Closed doomspork closed 6 years ago

doomspork commented 6 years ago

Part 2 (to add in new topics): Online Banking. Extend this exercise to include a REST API.

doomspork commented 6 years ago

I made some small changes to the code (like added guards to deposit). Thoughts? Is there anyway this could be improved to encourage folks to explore different part so the GenServer behavior?