Skip to content

ambsenyestudi/-ddd-tdd-rich-domain-model-dojo-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Rich domain model dojo kata

My version of Rich domain model dojo kata from ivanpaulovich

User stories

  • A Customer could register a new Checking Account using its personal details.
  • Allow a customer to deposit funds into an existing account.
  • Allow the customer to withdraw funds from an existing account.
  • Allow the customer to close a Checking Account only if the balance is zero.
  • Do not allow the Customer to Withdraw more than the existing funds.
  • Allow to get the account details.
  • Allow to get the customer details.

About

Rich domain model dojo kata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages