Monthly Archives: May 2009

Unit Testing and Databases

Recently I’ve been refactoring some DB access code. Basically unraveling the DB code that is sprinkled throughout the code into a separate layer. Testing this code is challenging and honestly tedious. 

Posted in General, Unit Testing | Leave a comment