Releases: polyadic/funcky-money
Releases · polyadic/funcky-money
Funcky 3 Release
We updated Funcky.Money with the most recent incarnation from Funcky.
Bugfix Release
Improved testing revealed a bug.
New in this release
- Improved Testing
- This release fixes #13 - Distribution of negative Money objects does not work correctly
- Improved source generator (activated nullablity)
First major release of funcky money
The Funcky Money class is driven by the desire to delay decisions in a functional way, it is losley based on Kent Becks book Test-Driven Development by Example.
- Supports sum, product and distribution of money in a syntax tree
- supports difference and division
- operators are overloaded
- Allows delayed calculation
- Multiple evaluations of the same calculation with different rules possible
- Multiple currencies