banking-kata-java icon indicating copy to clipboard operation
banking-kata-java copied to clipboard

Banking Kata (Java)

Results 53 banking-kata-java issues
Sort by recently updated
recently updated
newest added

Currently, all the strings in the `ValidationMessages` class are hardcoded, switch to multi-language setup.

enhancement

In the file ci.yaml we have environment variables, hard-coded values. Consider perhaps usage of secrets? https://www.paigeniedringhaus.com/blog/use-secret-environment-variables-in-git-hub-actions

refactoring

### Discussed in https://github.com/valentinacupac/banking-kata-java/discussions/54 Originally posted by **ldauvilaire** August 23, 2022 Storage (i.e. Database) transactions have to be managed or else data integrity can be broken in case of access...

enhancement