How many myths are there in the world! 📜 It's time to dispel them. We'll start with the static code analysis, of course. Feel free to join us to learn more about these noisy helpers 📣
April 17, 2021Game development is considered one of the most demanding development areas - and rightfully so. High workload and tight deadlines generate bugs and typos. So it's hard to go without powerful allies.
March 5, 2021Do you want to try a static analyzer but you don't feel like installing it and figuring the things out? That's OK 😊 This video will tell you how to do it online and most importantly for free. By the way, this website allows you to check if your code compiles 😉
Feb. 12, 2021Have you just run the analyzer and now you have no idea what to do with all this abundance of warnings? 📜 Nothing to worry about - we made a special mechanism that can help you deal with them 💪🏻 In this video, you'll learn about the inner workings of mass warnings suppression mechanism in PVS-Studio for С#. If you're interested in other programming language, follow the links bellow :)
Jan. 16, 2021Have you just run the analyzer and now you have no idea what to do with all this abundance of warnings? 📜 Nothing to worry about - we made a special mechanism that can help you deal with them 💪🏻 In this video, you'll learn about the inner workings of mass warnings suppression mechanism in PVS-Studio for Java.
Jan. 7, 2021Have you just run the analyzer and now you have no idea what to do with all this abundance of warnings? 📜 Nothing to worry about - we made a special mechanism that can help you deal with them 💪🏻 In this video, you'll learn about the inner workings of mass warnings suppression mechanism in PVS-Studio for C++.
Dec. 29, 2020Have you ever used a statistical analysis tool on a new large project? If you have, you must know that the first scan may produce over 1 thousand and in some cases over 10 thousand warnings.
Luckily, you can control which warnings you want to work with. For example, you can limit the analysis to your project's newest code.
This video describes one of the ways to do so. We call this approach mass suppression, and it is especially helpful for...
Dec. 15, 2020