Skip to content

Commit 262b507

Browse files
Update index.md
1 parent f79d13d commit 262b507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This manifesto is for anyone who deals with code in a scientific setting, includ
1212
### Open over closed
1313
Ideally scientific code should be released by the time of publication, under an open source licence, such that anyone may download, re-use and expand upon it.
1414
### Code for the future
15-
Follow [good practices] (https://software.ac.uk/resources/guides/software-development-general-best-practice) from the start of the project; don’t build up technical debts that are hard to fix later. This generally means testing, writing documentation, instructions on how to run and maintain your code, and following modern development practices.
15+
Follow [good practices](https://software.ac.uk/resources/guides/software-development-general-best-practice) from the start of the project; don’t build up technical debts that are hard to fix later. This generally means testing, writing documentation, instructions on how to run and maintain your code, and following modern development practices.
1616
### Incorrect code results in incorrect science
1717
Code should be peer reviewed. Ensure that at least one reviewer understands code well enough to evaluate it critically, as well as domain experts who can comment on the specific scientific area.
1818
### Availability over perfection

0 commit comments

Comments
 (0)