Back to Developer Roadmap

Questions to Ask

src/data/roadmaps/code-review/content/code-style.md

4.0195 B
Original Source

Questions to Ask

  • Is the project's formatting style applied?
  • Does it adhere to the agreed-upon naming conventions?
  • Is it DRY?
  • Is the code sufficiently "readable" (method lengths, etc.)?