2007-06-08

unit testing

I got a lesson today from Mierle on "test-driven development" in which you write unit tests for each code function before you write the code function, you run all your tests each time you commit new code changes, and you thereby never write wrong code. Of course, you need your unit tests to be powerful!

No comments:

Post a Comment