https://github.com/ssciwr/guidelines
SSC Coding guidelines and best practices
https://github.com/ssciwr/guidelines
best-practices guidelines reproducible-research
Last synced: 4 months ago
JSON representation
SSC Coding guidelines and best practices
- Host: GitHub
- URL: https://github.com/ssciwr/guidelines
- Owner: ssciwr
- License: mit
- Created: 2020-12-07T09:03:12.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T08:35:24.000Z (5 months ago)
- Last Synced: 2025-06-20T23:07:35.704Z (4 months ago)
- Topics: best-practices, guidelines, reproducible-research
- Language: HTML
- Homepage: https://ssciwr.github.io/guidelines
- Size: 103 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coding Guidelines
Our recommendations for creating and maintaining reliable scientific software.## General Guidelines
The [General Guidelines](general/README.md) apply to any project, regardless of the choice of programming language.## Language specific guidelines
- [C++](cpp/README.md)
- [Python](python/README.md)
- [Julia](julia/README.md)