Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 498 Bytes

File metadata and controls

17 lines (11 loc) · 498 Bytes

Code Review Prompt

Please review the following code for:

  1. Best Practices: Does the code follow language-specific conventions?
  2. Performance: Are there any obvious performance issues?
  3. Security: Are there any security vulnerabilities?
  4. Readability: Is the code easy to understand?
  5. Maintainability: Is the code easy to modify and extend?

Provide specific recommendations for improvement with code examples where appropriate.

Code to Review:

{code}

Review: