Skip to content

A popular kata for for a supermarket checkout that calculates the total price of a number of items.

Notifications You must be signed in to change notification settings

smosgr/checkout-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checkout-kata

A popular kata for for a supermarket checkout that calculates the total price of a number of items.

  • followed the Outside-In TDD approach, starting with basic scenario/ acceptance criteria. For more information see PrintCheckoutTotalAmountFeature.java

  • Single Responsibility was aimed as much as possible.

TODO

  • Offers were not applied in the checkout process.

APPLICATION SETUP

  • To build and run the tests use the following command ./gradlew clean build
  • To run the application use java -jar build/libs/checkout-kata-1.0.jar from the base project directory.

About

A popular kata for for a supermarket checkout that calculates the total price of a number of items.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages