# cleaner code * style guide: https://google.github.io/styleguide/pyguide.html * less comments in code - make issues instead * use `ctrl + /` to (un)comment blocks ``` pylint --disable=mixed-indentation --disable=line-too-long ``` # stability * need automated testing # pylint ``` TODO ```
cleaner code
ctrl + /to (un)comment blocksstability
pylint