Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 789 Bytes

File metadata and controls

11 lines (8 loc) · 789 Bytes

Code Style and Readability Analysis

Objective: Evaluate the codebase's overall style and readability, providing suggestions for improvement.

Instructions:

  1. Review the codebase and assess its adherence to a consistent code style and naming conventions.
  2. Identify areas where the code's readability could be improved, such as through better variable names, comments, or function organization.
  3. Provide specific suggestions for enhancing the code's style and readability, following industry best practices and standards.
  4. Use code snippets to demonstrate your recommendations and show "before" and "after" examples.

Expected Output: A report on the codebase's code style and readability, including specific suggestions for improvement and illustrative code snippets.