Skip to content

Commit 1062148

Browse files
committed
small fixes
1 parent 648866e commit 1062148

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/where-to-go.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ However, you will not always need all of them. As with so many things, it again
1717
- You will want to consider workflow tools:
1818
- When processing many files with many steps
1919
- Steps or files may change
20-
- Your main script, connecting your steps gets very long
20+
- Your main script, connecting your steps, gets very long
2121
- You are still collecting your input data
2222
- ...
2323

@@ -34,10 +34,10 @@ However, you will not always need all of them. As with so many things, it again
3434

3535
## Important for every project
3636

37-
- Clear file structure for your project
37+
- A Clear directory/file structure for your project.
3838
- Record your workflow and write it down in a script file.
39-
- Create a dependency list and keep it updated, optimally in an environment file
40-
- At least consider the possibility that someone, maybe you may want to reproduce your work
39+
- Create a dependency list and keep it updated, optimally in an environment file.
40+
- At least consider the possibility that someone, maybe you, may want to reproduce your work:
4141
- Can you do something (small) to make it easier?
4242
- If you have ideas, but no time: add an issue to your repository; maybe someone else wants to help.
4343

@@ -52,6 +52,6 @@ Do you want to practice your reproducibility skills and get inspired by working
5252
```
5353

5454
```{keypoints}
55-
- Not everything in this lesson might be useful right now, but it is good to know that these things exist if you ever get in a situation that would require such solution.
55+
- Not everything in this lesson might be useful right now, but it is good to know that these things exist if you ever get in a situation that would require such solutions.
5656
- Caring about reproducibility makes work easier for the next person working on the project - and that might be you in a few years!
5757
```

0 commit comments

Comments
 (0)