We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e23166 commit 9fc8fd4Copy full SHA for 9fc8fd4
README.md
@@ -458,6 +458,8 @@ execution (of clauses). It will completely change how you write queries. This [b
458
459
460
### 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.
463
While in the moment you know why you did something, if you revisit
464
the code weeks, months or years later you might not remember.
465
- In general you should strive to write comments that explain why you did something, not how.
0 commit comments