TL;DR
As applications grow in size, poor design decisions can lead to increasing complexity, maintenance problems and bottlenecks in testing. In this Summer CodeFest session, we will learn how Hexagonal (Ports and Adapters) Architecture can help developers to build more scalable, maintainable and testable C++ applications by separating the business logic from the implementation details.
This session has concluded watch the replay or download the slides below.
The first Summer CodeFest presentation has concluded! Whole Tomato’s very own lead developer Chris Gardner lead the first session on enhancing your program’s scalability with concurrency…
Summer CodeFest: C++ coding camp hosted by Whole Tomato
July 20, 2023
CodeFest happened on August 17th, 2023. Registration is not available now. Stay tuned and find out when next CodeFest begins!
Get ready to unwind with Whole Tomato at our first Summer C++ CodeFest! Join us for two weeks of laid-back learning, collaboration, and coding…
Everything you need to know about code inspections
June 13, 2023
By now you might have heard about Visual Assist’s code inspections—it has been a staple of almost all recent updates and we hosted two webinars discussing it. This article sums it all in an easy to read and convenient way.
What are code inspections?
Code inspections is a feature in Visual Assist that automatically checks source code for issues and code smells, and suggests the appropriate fix.
Tapping into Limitless Code Inspections: What's New in Visual Assist 2023.2 [Webinar Recap]
June 1, 2023
In this webinar, we’re talking about Visual Assist 2023.2 and its exciting new features. Learn more about the improved shader extension support and greatly expanded code inspections. Create more advanced and realistic graphics, utilize limitless code inspections, and write…
AI for Development: What Do We Expect?
May 24, 2023
TLDR
AI already helps developers write, debug and optimize code, but cloud-based tools continue to raise concerns about privacy, cost and source code security. As AI models become more efficient, it should become more and more practical to have locally hosted solutions…
Visual Assist 2023.2 released
May 17, 2023
The second update to Visual Assist in 2023 is here. This update features an extensive series of upgrades to code inspections, shader extension support, and a number of quality fixes to the IDE. Download the latest version of Visual Assist now.
Greatly expanded code inspections with over 100 new Clang Tidy checks
The biggest item in this release is the added support for all code checks available…
Learn how to enforce coding standards, avoid common coding errors, and improve your code’s overall readability and maintainability with Visual Assist’s code inspections. Whether you are a seasoned developer or just starting, this webinar will provide you with the…
C++ Refactoring Tips And Tricks
February 23, 2023
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…
Solving The Most Common Visual Studio C++ Pain Points
February 17, 2023
TL;DR
Visual Studio is a powerful IDE for C++ development, but developers often face slow builds, performance issues, confusing file management, and the complexity of the language itself. This guide explores the most common pain points and shows how productivity tools like Visual Assist can streamline navigation, refactoring, debugging, and code generation to create a faster, more efficient…
You must be logged in to post a comment.