Most of Enterprise projects are about money. And most of them implement an API.
API implements the way the datum are migrating from one application to another one. The money consists of an amount and a currency. The amount may be fractional.
So this post is about how to deal with fractional amount of money when implementing an API in Java.
Continue reading