I think it's a good idea to check the coding style of student code. Two problems need to be solved: - Checking should not take too long - Checking error should not prevent students from running their code. Idea: only check if there are tests and all tests are running.
I think it's a good idea to check the coding style of student code. Two problems need to be solved:
Idea: only check if there are tests and all tests are running.