|
|
@ -4,3 +4,8 @@ |
|
|
|
- Does it adhere to the agreed-upon naming conventions? |
|
|
|
- Does it adhere to the agreed-upon naming conventions? |
|
|
|
- Is it DRY? |
|
|
|
- Is it DRY? |
|
|
|
- Is the code sufficiently "readable" (method lengths, etc.)? |
|
|
|
- Is the code sufficiently "readable" (method lengths, etc.)? |
|
|
|
|
|
|
|
- Are comments used appropriately without being excessive? |
|
|
|
|
|
|
|
- Are functions and methods of appropriate length and focused on a single responsibility? |
|
|
|
|
|
|
|
- Is complex logic broken into smaller, manageable units? |
|
|
|
|
|
|
|
- Does the code follow SOLID principles where applicable? |
|
|
|
|
|
|
|
- Is the overall structure of the code logical and easy to follow? |
|
|
|