euroargodev / euroargodev/software_guidelines

The codebase is formatted following referenced standards (e.g. black in Python)

Open
#25 1 comment 0 reactions 0 assignees View on GitHub
auto-checked-guideline guideline
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.