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

Add FixedScaleDecimal #2467

Merged
merged 3 commits into from
May 16, 2022
Merged

Add FixedScaleDecimal #2467

merged 3 commits into from
May 16, 2022

Conversation

jodastephen
Copy link
Member

  • FixedScaleDecimal wraps Decimal to fix the scale
  • This is the most appropriate design for future value types
  • Keep it as a light wrapper
  • Allowed Money to return a more suitable type

* `FixedScaleDecimal` wraps `Decimal` to fix the scale
* This is the most appropriate design for future value types
* Keep it as a light wrapper
* Allowed `Money` to return a more suitable type
@jodastephen jodastephen added this to the v2.12 milestone May 16, 2022
@jodastephen jodastephen added the auto-merge Merge when build finishes label May 16, 2022
@mergify mergify bot merged commit a2b045f into main May 16, 2022
@delete-merged-branch delete-merged-branch bot deleted the topic/fixed-scale branch May 16, 2022 12:10
@jodastephen jodastephen removed the auto-merge Merge when build finishes label May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants