Commented Code Checklist - Print

Bob's Code Checklist for the win!

Bob's Team:

Our team of code ninjas

Code Guidelines:

/* 
			*   1.  Use only the best practices
			*   2.  Code like a boss
			*   3.  Comment your code
			*   4.  No magic numbers
			*   5.  Follow the style guide
			*/
			

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