You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 15-coffee.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,12 @@ break: 15
9
9
10
10
Over break, reflect on and discuss the following:
11
11
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?
17
14
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!
0 commit comments