Skip to content

Monthly Archives: September 2011

Unit testing with check

A friend recently introduced me to the virtues of unit testing, which is an approach to coding where, for every function, data structure, class, or whatever piece of code, you write test cases that show it to work. The main virtues of such an approach, as far as I understand, are that 1) you are [...]