Sha256: 68cd3fc585023af003444e059e24861d8bf88be7833d6fb2e4608bbeeb52138b

Contents?: true

Size: 1.04 KB

Versions: 165

Compression:

Stored size: 1.04 KB

Contents

# Bank Account

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!




## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.

Version data entries

165 entries across 165 versions & 1 rubygems

Version Path
trackler-2.2.1.119 tracks/kotlin/exercises/bank-account/README.md
trackler-2.2.1.118 tracks/kotlin/exercises/bank-account/README.md
trackler-2.2.1.117 tracks/kotlin/exercises/bank-account/README.md
trackler-2.2.1.116 tracks/kotlin/exercises/bank-account/README.md
trackler-2.2.1.115 tracks/kotlin/exercises/bank-account/README.md
trackler-2.2.1.114 tracks/kotlin/exercises/bank-account/README.md
trackler-2.2.1.113 tracks/kotlin/exercises/bank-account/README.md
trackler-2.2.1.111 tracks/kotlin/exercises/bank-account/README.md
trackler-2.2.1.110 tracks/kotlin/exercises/bank-account/README.md
trackler-2.2.1.109 tracks/kotlin/exercises/bank-account/README.md
trackler-2.2.1.108 tracks/kotlin/exercises/bank-account/README.md
trackler-2.2.1.107 tracks/kotlin/exercises/bank-account/README.md
trackler-2.2.1.106 tracks/kotlin/exercises/bank-account/README.md
trackler-2.2.1.105 tracks/kotlin/exercises/bank-account/README.md
trackler-2.2.1.104 tracks/kotlin/exercises/bank-account/README.md
trackler-2.2.1.103 tracks/kotlin/exercises/bank-account/README.md
trackler-2.2.1.102 tracks/kotlin/exercises/bank-account/README.md
trackler-2.2.1.101 tracks/kotlin/exercises/bank-account/README.md
trackler-2.2.1.100 tracks/kotlin/exercises/bank-account/README.md
trackler-2.2.1.99 tracks/kotlin/exercises/bank-account/README.md