Skip to content

Step-by-step commit stacks for the Money Example in Kent Beck's TDD

Notifications You must be signed in to change notification settings

hajin-kim/tdd-step-by-step

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Project

TODOs

  • $5 + 10CHF = $10 (assuming the exchange rate is 2:1)
  • $5 * 2 = $10
  • Make amount private
  • Dollar side effects?
  • Money rounding?
  • equals()
  • hashCode()
  • Equal null
  • Equal object
  • 5CHF * 2 = 10CHF
  • Dollar/Franc duplication
  • Common equals()
  • Common times()
  • Compare Francs with Dollars
  • Currency?
  • Delete testFrancMultiplication?

About

Step-by-step commit stacks for the Money Example in Kent Beck's TDD

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages