-
-
Notifications
You must be signed in to change notification settings - Fork 26.8k
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
Money pattern #1305
Comments
Hi, Best regards. |
Yes @sophonie, I'm sorry for the poor description in this issue. The aim is to create an example implementation of Money pattern in this repository. You can check how the other patterns have been implemented and follow the same style. There are also brief contribution instruction at https://github.com/iluwatar/java-design-patterns/wiki/01.-How-to-contribute Please let me know if you want to try implementing this pattern. |
This issue is free for taking again. |
Hi, I'd like to work on this issue. Could it be assigned to me if still available? |
Yes @Liu-rj, please go ahead |
@Liu-rj are you working on this? |
This issue has been automatically marked as stale because it has not had recent activity. The issue will be unassigned if no further activity occurs. Thank you for your contributions. |
Hi, this issue seems interesting, I'll start on my implementation, could you please assign it to me. |
Description
The Money design pattern, as described by Martin Fowler, provides a way to encapsulate monetary values and their associated currencies. This pattern helps in handling calculations and operations involving money in a clear and reliable manner, avoiding common issues like rounding errors and ensuring currency consistency.
Key Elements of the Money Pattern:
References
Acceptance Criteria
Money
class that encapsulates a monetary value and its associated currency.Money
class that handle currency consistency and rounding issues.The text was updated successfully, but these errors were encountered: