Sha256: 3b69e8fdaa4bf676bc487e0281843d7e9f847b0ebc627781a4f42b30dc61896e

Contents?: true

Size: 776 Bytes

Versions: 174

Compression:

Stored size: 776 Bytes

Contents

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

174 entries across 174 versions & 1 rubygems

Version Path
trackler-2.1.0.18 common/exercises/bank-account/description.md
trackler-2.1.0.17 common/exercises/bank-account/description.md
trackler-2.1.0.16 common/exercises/bank-account/description.md
trackler-2.1.0.15 common/exercises/bank-account/description.md
trackler-2.1.0.14 common/exercises/bank-account/description.md
trackler-2.1.0.13 common/exercises/bank-account/description.md
trackler-2.1.0.12 common/exercises/bank-account/description.md
trackler-2.1.0.11 common/exercises/bank-account/description.md
trackler-2.1.0.10 common/exercises/bank-account/description.md
trackler-2.1.0.9 common/exercises/bank-account/description.md
trackler-2.1.0.8 common/exercises/bank-account/description.md
trackler-2.1.0.7 common/exercises/bank-account/description.md
trackler-2.1.0.6 common/exercises/bank-account/description.md
trackler-2.1.0.5 common/exercises/bank-account/description.md
trackler-2.1.0.4 common/exercises/bank-account/description.md
trackler-2.1.0.3 common/exercises/bank-account/description.md
trackler-2.1.0.2 common/exercises/bank-account/description.md
trackler-2.1.0.1 common/exercises/bank-account/description.md
trackler-2.1.0.0 common/exercises/bank-account/description.md
trackler-2.0.8.55 common/exercises/bank-account/description.md