Tagged Questions
3
votes
1answer
292 views
Teaching Programming: drawbacks of using unit tests in problem statement for assignments?
I am experimenting with marking assignments for a programming course using unit tests. Is it likely to harm the learning process if I publish some of the tests I use as part of the problem statement? ...