By Matt Abar on
6/19/2009 7:52 AM
One of the benefits of building software from scratch is that you can eliminate limitations of existing systems. Sometimes this comes from better design, but often the new functionality comes at a cost, either in slower software speed or more complicated code maintenance. With Techfi, a good example of this was having current values and other calculations available in the software without having to run reports. In order to do this, we moved some of the business logic into the database, which made our imports take longer* than other systems.
Read More »