Random examples:
- Functionality explanation
What's the purpose of func in file
- Design patterns
What is the design pattern used for file, respond with one of "OOP", "FP", etc.
- Dependencies
What libraries are used for the module module.py
- Functionality synthesis
Which function/class in this repo is responsible for xxx functionality?
- Error handling
How does the method method handles the case where xxx error...
- Algorithms
Describe the algorithm used in func?
- Testing
Which test checks for xxx case? What is xxx test for?
- General problem solving
What strategy is used to tackle the xxx challenge?
How do we justify the design?
Random examples:
How do we justify the design?