File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -25,20 +25,9 @@ purpose.
25
25
26
26
* Commas should have at least one space following them.
27
27
28
- * Wherever possible, comments should precede the line/lines that
29
- it is explaining, ie.
30
-
31
- ``` python
32
- some_var = 5 # Avoid this type of comment wherever possible
33
-
34
- # This is preferrable
35
- some_other_var = 6
36
- ```
37
-
38
28
* Please try to adhere to the 79-character line length limit.
39
29
This makes it easier to have multiple terminals/text-editors open,
40
- without unnecessary line-wrapping. This is the rationale for the
41
- comment style as well.
30
+ without unnecessary line-wrapping.
42
31
43
32
* Important variables should be named properly. Use snake case,
44
33
ie. underscores as word separators. Do not use camelCase/PascalCase.
You can’t perform that action at this time.
0 commit comments