Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions episodes/15-coffee.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,5 @@ break: 15

Over break, reflect on and discuss the following:

- A common refrain in software engineering is "Don't Repeat Yourself". How do the techniques we've learned in the last
lessons help us avoid repeating ourselves? *Note that in practice there is some nuance to this and should be balanced
with doing the simplest thing that could possibly work.*
- What are the pros / cons of making a variable global or local to a function?
- When would you consider turning a block of code into a function definition?


- Think about data you are working with. Is it split up into multiple files? Would you be able to process these files using a for loop?
- If you are creating a new data set, how can file names you choose make it easier or harder to loop over the data files?
Loading