Skip to content

Commit 9fc8fd4

Browse files
authored
Updated README.md
1 parent 0e23166 commit 9fc8fd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,8 @@ execution (of clauses). It will completely change how you write queries. This [b
458458

459459

460460
### Comment your code!
461+
The (--) notation is used in front of a comment. (--) doesn't need to be used again at the end of comment.
462+
The (--) comment notation is same whether the comment is in a line by itself or wrapped around a line of code.
461463
While in the moment you know why you did something, if you revisit
462464
the code weeks, months or years later you might not remember.
463465
- In general you should strive to write comments that explain why you did something, not how.

0 commit comments

Comments
 (0)