A TDD Approach to Parsing OFX Banking Data in Java
Introduction Checking assumptions is important both when it comes to working with code and with finances. To build reliable software, we need to set, and then double-check our assumptions through tests. When dealing with finances, it is also important to verify assumptions and analyze transactions. Most banks offer the possibility to export data about transactions […]