Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 454 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 454 Bytes

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?