All Tags »
Unit testing (RSS)
Sorry, but there are no more tags available to filter with.
-
Those of us from the Unix/DOS days tend to have the habit of using ''.'' in our code to specify the startup directory path of our program (or assembly). While this may appear a simple concept in DOS, .NET runtime dynamics can confound the interpretation of the ''.'' moniker and end up in places one did not expect while programming.Especially so ...
-
Despite being convinced by Dr Neil Roodyn that ''Tests First'' mentality (or better known as Test Driven Development) is a wonderful approach to writing software, I admit I was defeated and discouraged away from it when I encountered many places where I had to compromise my security design:If one intends to implement Unit testing code (with NUnit) ...