Tips and Tricks

C++ Refactoring Tips And Tricks

TL;DR Refactoring C++ means restructuring an existing code, improving its design without changing its functionality. makes code easier to understand, maintain and extend, and reduces bugs, technical debt and performance issues. Refactoring is done to improve code that is difficult to read, duplicate logic, slow running software, and buggy software. These include writing automated tests before…
Read more
Build Announcements

Visual Assist enters G2 Awards as High Performer

We are glad to announce that in the second quarter since listing, the popular Whole Tomato Visual Assist plugin for Visual Studio broke into the G2 Software Awards as the top scorer in the static code analysis segment. Visual Assist received good reviews from users and high scores in various ratings. Click here to read Visual Assist reviews on G2. What is a High Performer and How does G2 Determine…
Read more
Build Announcements

Visual Assist 2022.4 now available

The fourth update to Visual Assist 2022 is here! This release updates some core Visual Assist behaviors, adds a key C++ language feature, and adds support for external configuration files. The release also continues initiatives on shader code from the previous release. If…
Tips and Tricks

Why It's Necessary to Invest in Visual Studio Extensions

Extensions are tools meant to make a developer’s life easier. But as with any tool, choosing the best one to invest in requires a bit of probing. If you’re in the market for your or your team’s SaaS fix, you’re in luck. This article will make your research a bit easier. In this blog, we discuss the value of one of the most powerful productivity extensions in Visual Studio and why…
Read more