Code Quality Review
Purpose
Code review maintains codebase coherence: readability, convention adherence, appropriate abstraction, and knowledge sharing. The primary goal is not finding bugs — tests do that. Code review ensures that the code communicates intent clearly, follows team agreements, and remains maintainable as the codebase evolves.
A good review catches what automated tools cannot: misleading names, wrong abstractions, missing context, violated conventions, and architectur
[Description truncada. Veja o README completo no GitHub.]