Comments Describe the code's purpose / meaning Don't just restate the code in English i++; // Increment i Bad i++; // Make i be 1 bigger Still bad i++; // Move to next vector element Better