Skip to content

Ada-Activities/errors-and-debugging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Errors and Debugging Roundtable Activity

Activity Workflow

Work together with your group to identify and fix the bugs in this codebase.

  1. Take time to observe how Python reports the error in the stack trace
  2. Pay attention to
    • File names
    • Line numbers
    • Error type
  3. Before fixing each error:
    • State what the error is
    • Hypothesize the cause of the error
    • Propose a fix

NOTE: DO NOT edit any of the test_ functions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages