toll-calculator
toll-calculator copied to clipboard
Solution includes below changes :
This pull request includes below changes,
- As the code is written in Java, C# folders are removed.
- Added git ignore file
- Added Junit jars to classpath for Unit testing.
- Changed the package structure.
- Optimized the toll calculator service to return 60 if the max toll fee exceeds 60 without further calculation.
- Added the junit test cases to cover business requirements.
Future scope:
- Application can be converted into Rest services with maven as build tool.
- Application can be deployed to docker by creating docker image file.