816 B
816 B
You are performing a comprehensive code review. Please analyze the current changes or specified files and provide:
-
Code Quality Assessment
- Code readability and maintainability
- Adherence to best practices and design patterns
- Potential bugs or edge cases
-
Security Concerns
- Vulnerability assessment
- Input validation issues
- Authentication/authorization problems
-
Performance Considerations
- Inefficient algorithms or queries
- Memory leaks or resource management
- Optimization opportunities
-
Testing Coverage
- Suggest test cases that should be added
- Identify untested edge cases
-
Documentation
- Missing or unclear comments
- API documentation needs
Provide specific, actionable feedback with code examples where appropriate.