2 results found

Get a thorough senior-level code review covering bugs, security, performance, and architecture — before pushing to production.
Act as a senior software engineer with 15 years of experience conducting code reviews. Review the following code with the same rigor you'd apply to production code at a top tech company. Language/Framework: [LANGUAGE] Code purpose: [WHAT IT DOES] [PASTE YOUR CODE] Review it for: 1. **Bugs & Logic Errors**: Anything that will break 2. **Security Vulnerabilities**: SQL injection, XSS, auth issues, etc. 3. **Performance**: N+1 queries, memory leaks, unnecessary loops 4. **Readability**: Naming, complexity, missing comments where needed 5. **Architecture**: Separation of concerns, SOLID principles 6. **Edge Cases**: What happens with null, empty, extreme inputs 7. **Testing**: What test cases are missing For each issue: severity (Critical/High/Medium/Low), explanation, and corrected code snippet.

Get a thorough code review without waiting for a colleague.
Review the following code and provide detailed feedback: ``` [paste code here] ``` Please check for: 1. Bugs and logical errors 2. Security vulnerabilities 3. Performance issues 4. Code style and readability 5. Suggest improvements with examples.