Code Style
josephholler opened this issue · 1 comments
josephholler commented
R should follow Tidyverse style: https://style.tidyverse.org/ and there are two great addins:
- stylr formats your code for you https://styler.r-lib.org/
- lintr checks your code formatting: https://github.com/jimhester/lintr
Python should follow PEP 8 Style: https://www.python.org/dev/peps/pep-0008/
josephholler commented
added to manual