Update 100-code-style.md

Added new must follow guidelines
pull/8386/head
vaipatil42 3 weeks ago committed by GitHub
parent d6b0357ee7
commit 401fda71db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      src/data/roadmaps/code-review/content/100-code-style.md

@ -4,3 +4,8 @@
- Does it adhere to the agreed-upon naming conventions?
- Is it DRY?
- 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?

Loading…
Cancel
Save