ROME08 / LoansFinance

Loans Web Application for Bluff Autos
0 stars 0 forks source link

Improve code organization for graduatedamortization #9

Open ROME08 opened 2 weeks ago

ROME08 commented 2 weeks ago

Graduated Amortization has many calculate methods. Their is currently no logical structure for them. Design the code to separate behaviors and facilitate easy implementation structures.

For example: Their could an interface for calculating schedules.