Package analyzer.comments


package analyzer.comments
  • Classes
    Class
    Description
    This comment instructs students not to hard-code values used in the exercise tests.
    This comment instructs students not to use print statements in order to debug their solution.
    This comment indicates that the code in the solution's constructor is too long, and that it would benefit from being broken up into helper methods.
    Use this comment if a solution has defined a static main method.
    Use this comment if the solution is comparable to the exemplar solution.
    This comment requests students to leave feedback on the analyzer comments.
    This comment indicates that a method in the solution is too long, and that it could benefit from being split up into multiple helper methods.
     
    This comment instructs students to remove lef-over to-do comments from their solution.