September 2018
Intermediate to advanced
398 pages
9h 43m
English
We want a function that behaves similarly to the FV function in Excel: it calculates the future value of an investment based on a constant interest rate. As we follow a TDD approach, the first thing to do is create a failing test:
package retcalcimport org.scalactic.{Equality, TolerantNumerics, TypeCheckedTripleEquals}import org.scalatest.{Matchers, WordSpec}class RetCalcSpec ...
Read now
Unlock full access