Skip to content

decoupling semantics of client code and the plumbing its implemented via, seeking a simple client-development experience with performance under the hood.

License

Notifications You must be signed in to change notification settings

coip/moneypenny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moneypenny

this project is currently intended to enable a few things:

  • formatting agnostic (ie 1000 vs 10.00 vs $100), w.r.t. strings mostly

  • primitive agnostic, but consolidated.

  • provide a simple way for financial applications to be created with a higher degree of semantic value.

  • provide a straightforward reference for actions

Doesnt handle currently: (feel free to open a pr :-) )

  • -$100
  • -$100.00
  • ($100)
  • (100)

to elaborate on ~agnostic: money.Money is impl'd via decimal under the hood at the moment,

but provides a means of homologating various input types while consolidating into a single underlying type that plays well with both presentation-layer and persistence-layer.


latest benchmarks

Visit the Go Build task under the Actions tab to find unit test and benchmarking results..

About

decoupling semantics of client code and the plumbing its implemented via, seeking a simple client-development experience with performance under the hood.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages