Tag: monolithic

  • Monolithic Unit Ramblings

    Getting started with unit testing within the confines of an existing monolithic vb.net application is a very tricky thing to do. I always want to do the right thing, but sometimes the code makes the unit test biased, or a lot of the functionality that needs testing is nestled away within private functions. What do…