Last weekend, i helped my friend and former student with her sudoku solver project in Java. Basically, her professor gave her a list of methods for the solver class with their expected behavior.
I wanted to teach her test-driven programming so i asked for a copy of eclipse from the other development team here and gave it a shot. Familiarizing with java (it has been three years already since my last java encounter) was not a problem since i am on c#, i think it's just with eclipse. I found their current IDE version to be very user-friendly (the naming guideline tooltips are cool by the way).
I used JUnit 1.4 with their new annotation-based (attribute in .NET) test case constructs which is similar with NUnit.
By the end of the day, i asked her what she thinks of JUnit and our test-driven programming approach. She's beggining to like it. Just last minute, she asked me if there's a counterpart of JUnit for C programming.
Posted
09-26-2006 3:12 PM
by
jokiz