Test, test, and more tests
by adam
Also fun news:
I’ve added my first round of SimpleTest unit tests for the Listotron server side, and I’ve also added some jqUnit test for the client side.
The cool thing about the jqUnit tests - they run on live Listotron code. So all the client side tests not only test the JavaScript, but also end up testing that the entire app does what we think it does. They end up doubling as functional and regression tests.
awesome!