Sha256: b7aceba403db64ba05ee1dd87062feba69a480e15d82247230b92ec06d2811f6
Contents?: true
Size: 902 Bytes
Versions: 6
Compression:
Stored size: 902 Bytes
Contents
Simulate a bank account supporting opening/closing, withdraws, and deposits of money. Watch out for concurrent transactions! A bank account can be accessed in multiple ways. Clients can make deposits and withdrawals using the internet, mobile phones, etc. Shops can charge against the account. Create an account that can be accessed from multiple threads/processes (terminology depends on your programming language). It should be possible to close an account; operations against a closed account must fail. ## Instructions Run the test file, and fix each of the errors in turn. When you get the first test to pass, go to the first pending or skipped test, and make that pass as well. When all of the tests are passing, feel free to submit. Remember that passing code is just the first step. The goal is to work towards a solution that is as readable and expressive as you can make it. Have fun!
Version data entries
6 entries across 6 versions & 1 rubygems