ccamel/playground-binding.scala

View on GitHub
src/main/scala/com/ccm/me/playground/bindingscala/loancalculator/model.scala

Summary

Maintainability
A
35 mins
Test Coverage

Constructor has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

case class MonthlyPayment(monthNb: Int,
                          payment: Double,
                          principal: Double,
                          interrestPayment: Double,
                          loan: Double)

    There are no issues that match your filters.

    Category
    Status