Save Points Mission Worksheet

Use this sheet to write test cases, track your features, and record your save-change-test loops.

1) Warm-Up Check-In

  • One thing I remember from Workshop 2:
  • One feature I want to add to my quiz:

2) My Test Cases

Write test cases for your quiz app. Use the format: “When I [do this], [this should happen].”

  1. When I ,

  2. When I ,

  3. When I ,

  4. When I ,

  5. When I ,

Do all test cases pass right now? Yes / No

3) Feature 1: The Loop

Feature I’m adding:

Step What I Did Result
Save Commit message:  
Change Prompt I used:  
Test Test cases passed?  
Keep/Rollback I chose to:  

4) Feature 2: The Intentional Rollback

Feature I’m adding:

Step What I Did Result
Save Commit message:  
Change Prompt I used:  
Test Test cases passed?  
Keep/Rollback I chose to:  

What broke?

Which test case caught it?

5) Feature 3: On My Own

Feature I’m adding:

Step What I Did Result
Save Commit message:  
Change Prompt I used:  
Test Test cases passed?  
Keep/Rollback I chose to:  

6) My Git Log

Write down your commit history (run git log --oneline):

7) Reflection

  • The moment I was most glad I had a save point:
     
  • One thing I will always do before changing my code: