Skip to content

Commit 8cee3b1

Browse files
committed
Add hw3
1 parent 07067bc commit 8cee3b1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

_quarto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ website:
2323
menu:
2424
- modules/week01/hw-01-1.qmd
2525
- modules/week01/hw-01-2.qmd
26+
- modules/week01/hw-01-3.qmd
2627
#- modules/week02/hw-02.qmd
2728
#- modules/week03/hw-03-1.qmd
2829
#- modules/week03/hw-03-2.qmd

modules/week01/hw-01-3.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: "Week 1 - Naming is hard"
2+
title: "Week 1 - Naming things is hard"
33
---
44

5-
**Please use Canvas to return the assignments: <https://ucsb.instructure.com/courses/19301/assignments/224311>** <-- fix this
5+
**Please use Canvas to return the assignments: <https://ucsb.instructure.com/courses/19301/assignments/224311>** \<-- fix this
66

77
In class we discussed the difficulty of selecting the right names for quantities. This can often involve reflecting on what a quantity actually **is** or represents. Settling on a name can be an iterative process.
88

9-
Please reflect on your capstone work. Describe a quantity (a filename, a variable name, etc.) for which you changed the name. Or, if you have yet to change any names, describe a quantity that would benefit from being renamed. Describe what the quantity represents in the context of your project. What are the old and new names, why was the old name not the best, and why is the new name an improvement?
9+
Please reflect on your capstone work. Describe a quantity (a filename, a variable name, etc.) for which you changed the name. Or, if you have yet to change any names, describe a quantity that would benefit from being renamed. Describe what the quantity represents in the context of your project. What are the old and new names, why was the old name not the best, and why is the new name an improvement?

modules/week01/index-01.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ title: "Week 1 - Relational databases and data modeling"
4949
[Create an ER diagram](hw-01-1.qmd)
5050

5151
[Data modeling exercise](hw-01-2.qmd)
52+
53+
[Naming things is hard](hw-01-3.qmd)

0 commit comments

Comments
 (0)