-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Description
Apply to the whole of the project consistent coding style.
Examples
import x.y--->from x import y( )--->()if (foo):--->if foo:- Separate functions with more spaces
- Use consistently
i += 1instead ofi = i + 1 - Don't use redundant parentheses or semicolons
- Generally make things more readable
If you see anything else please add it to the examples.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels