dodona-edu / universal-judge

Universal judge for educational software testing
https://docs.dodona.be/en/tested
MIT License
9 stars 5 forks source link

Generate "final" variables if possible #483

Open niknetniko opened 9 months ago

niknetniko commented 9 months ago

We currently generate overwriteable variables for all assignments. We could, however, inspect the variables and generate final/const variables when possible.