Unit testing...should it be used here?
Duplicate: http://stackoverflow.com/questions/135651/learning-unit-testing I'm trying to develop some software for my research group to analyze and plot experimental data. I would like to make it were it's pretty error free. Would this be a situation for unit testing? If so could you possibly point me to some good references for un...