Skip to content

Conversation

@jmwhitman7
Copy link
Owner

Checkpoint Rubric

This is the rubric that your instructor will use to grade your checkpoints. Please do not edit.

Checkpoint 1

  • All tests passed: 40 points
  • Proper use of documentation (commenting on code): 15 points
  • Properly indented code: 15 points
  • Demonstrated effective use of JavaScript: 30 points

Checkpoint 2

  • The application works as it should: 40 points
  • Proper use of documentation (commenting on code): 15 points
  • Properly indented code: 15 points
  • Demonstrated effective use of JavaScript and the DOM API: 30 points

Checkpoint 3

  • Use of React: 25 points
  • Accesses an API: 25 points
  • Proper use of documentation (commenting on code): 25 points
  • The application functions as it should: 25 points

Copy link

@reneemeyer reneemeyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jonathan, over all very nice job. Just a few questions below and some es6 things that you might want to fix. This is a nice starting point, the game works, it's visually appealing, so the next step in the refactoring process would be to simplify your code as much as possible and remove some of the complexity.

}
}, // createCode() method

showAnswer: function() {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be es6

}
}, // showAnswer() method

populateChoice: function(selectedColor) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be es6

// displayRow is generic and always fills in the entire row for the current Guess
// There is some slight inefficiencies since I am repopulating the colors
// for previous pegs.
displayRow: function() { //, col = null, pegColor = null) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be es6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants