
The confidence it adds to code review process while using AI tools like claude or cursor especially when working on a security-sensitive, HIPAA-compliant application.
One feature I found particularly useful was its ability to highlight function complexity, including cyclomatic and cognitive complexity. This made it easier to identify functions that were becoming difficult to maintain or potentially needed refactoring. Review collected by and hosted on G2.com.
One small downside for me is having the `.qodo` folder visible in the GitHub repository. I understand that it is used to store repository-level Qodo workflows so they can be shared and version-controlled across the team, but I generally prefer keeping tool-specific configuration out of the main project structure where possible. It would be nice to have a cleaner way to manage this configuration without adding additional folders to the repository. Review collected by and hosted on G2.com.