Commit 907accf1 authored by Pascal Hartig's avatar Pascal Hartig

Clarify comment guidelines

parent 2d84c98c
...@@ -66,6 +66,8 @@ applied. Instead, use it inside an IIFE as shown above. ...@@ -66,6 +66,8 @@ applied. Instead, use it inside an IIFE as shown above.
## Comments ## Comments
Inline comments are a great way of giving new users a better understanding of what you're doing and why. Inline comments are a great way of giving new users a better understanding of what you're doing and why.
Prefer stand-alone comments over inline comments. Inline comments should be separated by only one space
with the code and an additional single space after the `//`.
It's also helpful to let your functions breathe, by leaving additional lines between statements. It's also helpful to let your functions breathe, by leaving additional lines between statements.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment