Comment Spacing
Categories:
Always start comments with // followed by one space character.
Bad code
RowNo += 1000; //Move way below the budget
Good code
RowNo += 1000; // Move way below the budget
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified April 1, 2026: Merge pull request #286 from microsoft/add-kine-knowledge-gap-article (dbbc3d3)
by Jeremy Vyska