mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-09-02 19:22:42 +02:00
folder names
This commit is contained in:
11
6-space-game/3-moving-elements-around/assignment.md
Normal file
11
6-space-game/3-moving-elements-around/assignment.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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 |
|
Reference in New Issue
Block a user