euroargodev / euroargodev/software_guidelines
The codebase is formatted following referenced standards (e.g. black in Python)
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Coding standards are guidelines that ensures consistency, readability, and maintainability in code. Following these standards can make a software codebase easier to understand and maintain for everyone.
Recommended coding standards and/or formatter:
- Python: [Black](https://black.readthedocs.io/en/stable/), [Flake8](https://flake8.pycqa.org/en/latest/)
- GNU Octave/Matlab: [MissHit](https://misshit.org)
- R: [Tidyverse](https://style.tidyverse.org/), [StyleR](https://styler.r-lib.org/), [LintR](https://lintr.r-lib.org/)
- Julia: [Runic](https://github.com/fredrikekre/Runic.jl#formatting-specification)
- Java: [Oracle Legacy Convention](https://www.oracle.com/technetwork/java/codeconventions-150003.pdf)
- ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.