You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
874 B
874 B
Comment Your Code
Instructions
Go over your current /app.js file in your game folder, and find ways to comment it and tidy it up. It's very easy for code to get out of control, and now's a good chance to add comments to ensure that you have readable code so that you can use it later.
Rubric
Criteria | Exemplary | Adequate | Needs Improvement |
---|---|---|---|
app.js code is fully commented and organized into logical blocks |
app.js code is adequately commented |
app.js code is somewhat disorganized and lacks good comments |