ArtyomPanfutov / loan-amortization-calculator

A light-weight library that allows calculating annual loan amortization schedule with a capability of setting early (additional) payments.
MIT License
11 stars 6 forks source link

Reduce complexity of AnnuaLoanCalculator #14

Open ArtyomPanfutov opened 3 years ago

ArtyomPanfutov commented 3 years ago

The class is too big, complex and it does not have a "single responsibility". Should be refactored.