📎 AI Summary:
Jatin4494 is seeking advice on code review tools to improve code quality for a Windows app used for converting images to high-definition printable formats, citing issues with technical debt in their latest version. Neemobeer responds by confirming the availability of straightforward tools that integrate with IDEs and CI pipelines, providing detailed recommendations and support, and notes they are cost-effective compared to manual reviews. Overall, the discussion emphasizes the usefulness and affordability of code review tools for enhancing software quality.

Jatin4494

New Member
Joined
Jan 28, 2021
Messages
1
Thread Author #1
I am building a Windows app that will allow the user to convert various images and scanned material into high definition printable formats allowing the user to print any content with ease. But my team recently started facing issues while rolling out v2 for our tool. We noticed a good amount to technical debt moving forward we want to improve it.

Need to know if anyone has experiences using a code review tool for improving code quality in Windows apps.
 

Solution
Yeah the tools are fairly straight forward. Many will integrate into everything from the IDE to the CI pipelines or scheduled builds. They will give you detailed recommendations and at which line of code. Support can even offer guidance on how to fix issues. I will say while the tools are not super cheap, they are a lot cheaper than doing manual code review

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
Yeah the tools are fairly straight forward. Many will integrate into everything from the IDE to the CI pipelines or scheduled builds. They will give you detailed recommendations and at which line of code. Support can even offer guidance on how to fix issues. I will say while the tools are not super cheap, they are a lot cheaper than doing manual code review
 

Solution