Feuermagier / autograder

Automatic grading of student's Java code
MIT License
13 stars 7 forks source link

Separate `SpoonUtil`/make it independent of `autograder-core` #524

Closed Luro02 closed 2 months ago

Luro02 commented 4 months ago

Description

The SpoonUtil class has become really large, which makes it difficult to find things that have already been implemented. To improve this, the class should be split up into smaller classes:

Open Question: Should these parts be separated from the autograder-core.