... | ... | @@ -8,6 +8,8 @@ If you are relatively new to Python, check this [readability counts](https://www |
|
|
|
|
|
#### pep-8
|
|
|
|
|
|
[read pep 8 again](https://www.python.org/dev/peps/pep-0008/) (Python's style guide, not "sverchok's" style guide)
|
|
|
|
|
|
We follow pep8 mostly. Line-length however is not something we obsess about. Make your lines as long as you need. We also ignore smaller style issues. If you use PyLint, these are some of the ignores you'll find in the codebase:
|
|
|
|
|
|
```python
|
... | ... | |