Open kyhjonathan opened 7 months ago
Thank you for pointing out this error, but it is quite unrealistic that this error would occur too much as no one is going to be spending $0.000001 realistically
Team chose [severity.Low
]
Originally [severity.Medium
]
Reason for disagreement: [replace this with your explanation]
When there is an existing savings amount, when user tries to reduce savings of an amount that has more than 2 decimal values, it accepts the input.
Steps to reproduce:
This is inconsistent when add expenses, as it will throw an exception if more than 2 decimal values are given. However for reducing savings, no exception is thrown.
Suggestion: Allow for program to only take in 2 decimal values.