stanislavtrifonov88 / rentalcar

Rental Car Training Project
0 stars 0 forks source link

priceCalculations frontned #64

Closed stanislavtrifonov88 closed 4 years ago

stanislavtrifonov88 commented 4 years ago

priceCalculations logic is too complicated and intertwined. Not scalable to expand. Supporting logic exists in all the components which call priceCalculations

stanislavtrifonov88 commented 4 years ago

closed with #54

-priceCalculations refoactored for scalability. -now you call only the functions which results you want to visualize -unit tests reworked. 6 more tests became available after the refactoring