Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactored and bug fixed for compounding #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chintanshah04
Copy link

Leveraged Given Test Driven Framework in a approximately 2 hours time to meet all basic requirements; App can have additional features and quite a bit of refactoring mostly along the lines:

(1) Amounts can be represented as two longs and not doubles; Programmer has to provide algorithms to convert back and forth among these presentations and also a set of tests
(2) Unnecessary string concatenations and garbage generation; use of StringBuilder/StringBuffer

Thank you for the opportunity,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants