Right now, the GatorGrader tool can check, for instance, if a file in a directory exhibits certain properties like a Java program containing a specific number of single-line comments.
While this feature is useful, it makes it difficult for people to learn how to create a new gatorgrader.yml file and thus it is hard for people to start using GatorGrader.
I'll add more details about this idea soon. But, for now, my suggestion is that we add a feature to GatorGrader that allows it to detect the number of entities/etc. that exist in specified files in a repository. This would allow a course instructor to run GatorGrader in "detection mode" in a solution repository and then automatically generate a starter for the gatorgrader.yml file.
Do you see what I mean, @Michionlion? Do you think that this would be a useful feature to add to GatorGrader? Do you have any feedback on the challenges associated with implementing this idea?
Right now, the GatorGrader tool can check, for instance, if a file in a directory exhibits certain properties like a Java program containing a specific number of single-line comments.
While this feature is useful, it makes it difficult for people to learn how to create a new
gatorgrader.ymlfile and thus it is hard for people to start using GatorGrader.I'll add more details about this idea soon. But, for now, my suggestion is that we add a feature to GatorGrader that allows it to detect the number of entities/etc. that exist in specified files in a repository. This would allow a course instructor to run GatorGrader in "detection mode" in a solution repository and then automatically generate a starter for the
gatorgrader.ymlfile.Do you see what I mean, @Michionlion? Do you think that this would be a useful feature to add to GatorGrader? Do you have any feedback on the challenges associated with implementing this idea?