Sha256: 3901c7ae7cf55bdb500585054bd9d9be0e88985993a6f104fa6d763b0d1860d6

Contents?: true

Size: 904 Bytes

Versions: 216

Compression:

Stored size: 904 Bytes

Contents

Simulate a bank account supporting opening/closing, withdrawals, 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

216 entries across 216 versions & 1 rubygems

Version Path
trackler-2.2.1.180 problem-specifications/exercises/bank-account/description.md
trackler-2.2.1.179 problem-specifications/exercises/bank-account/description.md
trackler-2.2.1.178 problem-specifications/exercises/bank-account/description.md
trackler-2.2.1.177 problem-specifications/exercises/bank-account/description.md
trackler-2.2.1.176 problem-specifications/exercises/bank-account/description.md
trackler-2.2.1.175 problem-specifications/exercises/bank-account/description.md
trackler-2.2.1.174 problem-specifications/exercises/bank-account/description.md
trackler-2.2.1.173 problem-specifications/exercises/bank-account/description.md
trackler-2.2.1.172 problem-specifications/exercises/bank-account/description.md
trackler-2.2.1.171 problem-specifications/exercises/bank-account/description.md
trackler-2.2.1.170 problem-specifications/exercises/bank-account/description.md
trackler-2.2.1.169 problem-specifications/exercises/bank-account/description.md
trackler-2.2.1.167 problem-specifications/exercises/bank-account/description.md
trackler-2.2.1.166 problem-specifications/exercises/bank-account/description.md
trackler-2.2.1.165 problem-specifications/exercises/bank-account/description.md
trackler-2.2.1.164 problem-specifications/exercises/bank-account/description.md
trackler-2.2.1.163 problem-specifications/exercises/bank-account/description.md
trackler-2.2.1.162 problem-specifications/exercises/bank-account/description.md
trackler-2.2.1.161 problem-specifications/exercises/bank-account/description.md
trackler-2.2.1.160 problem-specifications/exercises/bank-account/description.md