Archive for the ‘Test’ Category

The Programmers Dilemma

Sunday, November 9th, 2008

So what is all this talking about “automatic testing”? I know my code work so I don’t have to write some “test case” just to verify that; A complete waste of time! Just kidding. No one in their right mind would say that they write bugfree code. One of the tools ...

Using NUnit with F# code

Sunday, June 22nd, 2008

Switching to another programming language is difficult. Especially if you are switching from an imperative one to a functional one. There are a number of reasons why you would think that switching is bad, and when considering F# I dare say that none of those reasons are correct. The ...