Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michael-michalski/motobank_workshop
https://github.com/michael-michalski/motobank_workshop
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/michael-michalski/motobank_workshop
- Owner: michael-michalski
- Created: 2021-11-02T09:29:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-19T10:56:51.000Z (about 3 years ago)
- Last Synced: 2024-11-22T15:38:31.456Z (2 months ago)
- Language: Elixir
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Motorola Solutions University Workshop
Implement the functionality of the file lib/bank_account.ex
Judging criteria
* Best benchmark
* Testing for atomicity and isolation
* For this exercise persistence is not a goal
* Bonus: store history## Unit tests
mix test test/bank_account_correctness_test.exs
## Benchmarks
mix test test/benchmark.exs