Skip to content

Commit

Permalink
Update ErrorHandling.md
Browse files Browse the repository at this point in the history
  • Loading branch information
memcmahon authored Oct 10, 2023
1 parent 1c5421f commit fed2fd0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions module5/labs/Week1/ErrorHandling.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ In today's lab, we are going to continue adding Error Handling to our MVC Movies

### Step 1: Adding Null Checking

First check out a new branch. Then add null checking throughout the rest of the application.
With a partner, pair program to add null validation throughout the rest of your MVCMovies application.

Once you think your application is thoroughly null-checked, create a PR and have a code review session with a peer.
✅ Invite your instructor into your room to verify!

### Step 2: Adding Validation

First check out a new branch. Then add validations throughout the rest of the application.
With a partner, add validations throughout your MVCMovies application.

Once you think your application is thoroughly validated, create a PR and have a code review session with a peer.
✅ Invite your instructor into your room to verify!

### Step 3: Sad Path Testing

First check out a new branch. Then spend five minutes researching "Sad path testing". Send a description of sad path testing in your own words to all instructors.
Spend ten to fifteen minutes researching "Sad path testing". Send a description of sad path testing in your own words to all instructors.

Then add two "Sad path" tests to your application.

Once you have added your tests, create a PR and have a code review session with a peer.
✅ Send a screenshot of your tests to your instructors!


<aside class="instructor-notes" markdown="1">
Expand Down

0 comments on commit fed2fd0

Please sign in to comment.