Tag: API design

Ensuring code quality for API’s with Request Manager API Pattern

You can clone use and play around with the code from here: Bitbucket.org/jmreiche/requestmanager Feel free to reach out to me with questions or suggestions for improvements.

Handling VAT in Financial API design

If you have ever worked with calculations in the financial sector you know that decimals and roundings are both incredibly important and incredibly annoying. When you round, and…