Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 594 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 594 Bytes

Lecture 5: Error Handling

Reminders:

  • HW2 due in 1 week (Thu March 4): here.

  • Remember to email before the deadline to use late days (either the 4 freebies or additional late days) -- so that we make sure to delay grading your assignment.

  • Private vs. public piazza posts

  • HW1 is graded -- best place for questions is the Git threads (or come to office hours)

Outline for today

  • First, simplest way of handling errors: Panic

    • extended example

    • discussion of limitations with this

  • Robust handling of errors: Result