File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,5 @@ break: 15
99
1010Over 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?
17-
18-
12+ - 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?
13+ - 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?
Original file line number Diff line number Diff line change 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" "e57fb85f346e8133543c4c5aeb2a76c3 " "site/built/15-coffee.md" "2025-11-25 "
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"
You can’t perform that action at this time.
0 commit comments