exercism / vimscript

Exercism exercises in Vim script.
https://exercism.org/tracks/vimscript
MIT License
20 stars 24 forks source link

Forego bank-account #274

Closed BNAndras closed 4 months ago

BNAndras commented 4 months ago

https://github.com/exercism/problem-specifications/blob/main/exercises/bank-account/canonical-data.json indicates that this exercise is at least partially intended for practicing concurrency but also that we can implement it without concurrency. However, it's not a terribly interesting exercise in Vimscript without the concurrency aspect, and we already have other exercises that use dictionaries. If you feel differently, we don't have to forego it.

BNAndras commented 4 months ago

PR was made in haste per Discord discussion with kotp. bank-account can be implemented with an instructions append regarding optional concurrency.