Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
75326daa85 | |||
790b584d49 |
@ -37,5 +37,12 @@ if __name__ == "__main__":
|
|||||||
- Plotting scripts should start with plot, so that one can create a bash script for that executes all plot* scripts
|
- Plotting scripts should start with plot, so that one can create a bash script for that executes all plot* scripts
|
||||||
- If you use a directory for managing specific task, in python it is called a module, you neeed a __init__.py file in the directory more in [packagehowto](https://whale.am28.uni-tuebingen.de/git/pweygoldt/packagehowto)
|
- If you use a directory for managing specific task, in python it is called a module, you neeed a __init__.py file in the directory more in [packagehowto](https://whale.am28.uni-tuebingen.de/git/pweygoldt/packagehowto)
|
||||||
|
|
||||||
|
# Naming conventions
|
||||||
|
- Use snake_case for functions and variables
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
- Use docstrings for all functions and classes
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user