Module 3
- Q1: In your course project homework from last module, you implemented modules and classes, how did it go? Any reflections?
- Q2: What tests would you like to add to your project?
- Q3: What are the advantages / disadvantages of automated versus manual testing?
- Q4: Things can go wrong when executing your code, how should you handle that? Check inputs? try-except statements? What are pros and cons between different approaches?