Skip to content

Commit c7af35c

Browse files
committed
differences for PR #707
1 parent 168429c commit c7af35c

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

15-coffee.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ break: 15
99

1010
Over break, reflect on and discuss the following:
1111

12-
- A common refrain in software engineering is "Don't Repeat Yourself". How do the techniques we've learned in the last
13-
lessons help us avoid repeating ourselves? *Note that in practice there is some nuance to this and should be balanced
14-
with doing the simplest thing that could possibly work.*
15-
- What are the pros / cons of making a variable global or local to a function?
16-
- When would you consider turning a block of code into a function definition?
12+
- Think about existing data you are working with. Are the data split up into multiple files? How are the files named and organized? Would you be able to efficiently process these files using a for loop?
13+
- If you are creating a new data set, what file naming and data organization practices would help you and your collaborators analyze and interpret your data now and in five or ten years?
1714

15+
Here are some guides for file naming and data collection that we've found. Let us know if you have additional resources you'd like to share!
1816

17+
- https://carpentries-lab.github.io/good-enough-practices/05-project_organization.html
18+
- https://datamanagement.hms.harvard.edu/plan-design/file-naming-conventions
19+
- https://guides.library.stanford.edu/data-best-practices
20+
- https://book.the-turing-way.org/reproducible-research/rdm/rdm-storage/

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"episodes/12-for-loops.md" "1da6e4e57a25f8d4fd64802c2eb682c4" "site/built/12-for-loops.md" "2023-05-02"
1919
"episodes/13-conditionals.md" "2739086f688f386c32ce56400c6b27e2" "site/built/13-conditionals.md" "2024-02-16"
2020
"episodes/14-looping-data-sets.md" "9893b774bd5d583592d39a66f69ea68a" "site/built/14-looping-data-sets.md" "2024-12-03"
21-
"episodes/15-coffee.md" "062bae79eb17ee57f183b21658a8d813" "site/built/15-coffee.md" "2023-05-02"
21+
"episodes/15-coffee.md" "fafb5503af22aa428007bcc8a298aaf5" "site/built/15-coffee.md" "2026-02-13"
2222
"episodes/16-writing-functions.md" "15b3da2d04c9f704ed5615a742cd5d5d" "site/built/16-writing-functions.md" "2025-11-17"
2323
"episodes/17-scope.md" "8109afb18f278a482083d867ad80da6e" "site/built/17-scope.md" "2023-05-02"
2424
"episodes/18-style.md" "67f9594a062909ef15132811d02ee6a0" "site/built/18-style.md" "2023-07-29"

0 commit comments

Comments
 (0)