Commented Code Checklist - Print
Bob's Code Checklist for the win!
Checklist:
- 1. Code Review
- 2. Code Review (again)
- 3. Code Review (for real this time)
Bob's Code Checklist for the win!
Checklist:
Example Code:
// Comment your code, Bob did
// function add(x, y) {
// return x + y;
// }
function add(x, y) {
// Bob said it's better this way
return x + y;
}
Print this out and keep it in your cubicle for inspiration
Phil's Philosophy Steve's Secret Code
Code Guidelines: