Skip to content

Commit

Permalink
add RSQkit link to code quality section of best practices chapter
Browse files Browse the repository at this point in the history
Co-authored-by: fdiblen <[email protected]>
  • Loading branch information
egpbos and fdiblen committed Dec 4, 2024
1 parent 70b6ea4 commit ef44595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion best_practices/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Tests are important for two reasons: 1. confirming the expected workings of your
Ways to improve code quality are described in the [Code quality](https://book.the-turing-way.org/reproducible-research/code-quality.html) chapter on the Turing Way.

Explore [online tools for software quality improvement](https://book.the-turing-way.org/reproducible-research/code-quality/code-quality-style.html#online-services-providing-software-quality-checks). Additionally, check our [language guides](/language_guides/languages_overview.md) for language-specific recommendations.

[RSQKit: Research Software Quality Kit](https://everse.software/RSQKit/) also has many useful guides including software quality. These guides are result of an international collaboration primarily focusing on research software quality.
### EditorConfig

The eScience Center provides a [shared config file](https://raw.githubusercontent.com/NLeSC/exemplum/master/.editorconfig) for IDEs and text editors. This file helps standardize coding styles across projects.
Expand Down

0 comments on commit ef44595

Please sign in to comment.