|
|
|
|
|
by zakpatterson
1780 days ago
|
|
Thanks for that feedback, having source material links in the comments is definitely a good idea. I've added an issue to track that based on your feedback: https://github.com/ustaxes/UsTaxes/issues/458 And another issue about floating point: https://github.com/ustaxes/UsTaxes/issues/457 I have doubts about the floating point issue just because all values on the tax forms are calculated using floats and then rounded to the nearest whole dollar. But if there's even a possibility that an intermediate calculation could flip a x.49 to a x.50 and change the rounding, then I agree we should switch to a library. About the contributor guide, we just tried to write it to be as welcoming as possible to new contributors. With respect to "'ask in discord' for the actual content of the tax calculations", I'm just not sure what you mean. That document isn't really relevant to tax calculations. We will give the document another look though based on your feedback. |
|
https://frontstuff.io/how-to-handle-monetary-values-in-javas...