Code Comments
Code Comments - CS111 Review
| MainHub | Lessons | Game Overview |
|---|---|---|
| Let’s Go! | Let’s Go! | Let’s Go! |
Commenting is very important to coding because it shows you and others what your work does.
Common comments that I leave on my work include:
// _____ is used for ______
// _____ extends _____ + (additions to code)
// This piece of code defines _____
// we source this from (ex.) assets/js/gameenginev1.1/essentials/player.js