Priority
Continue reading
C#
TensorFlow.NET
Unreliable waiting?
Continue reading
Zero, one, two, Freddy’s coming for you
This post continues the series of articles, which can well be called “horrors for developers”. This time it will also touch upon a typical pattern of typos related to the usage of numbers 0, 1, 2. The language you’re writing in doesn’t really matter: it can be C, C++, C#, or Java. If you’re using constants 0, 1, 2 or variables’ names contain these numbers, most likely, Freddie will come to visit you at night. Go on, read and don’t say we didn’t warn you.
Beta testing of the PVS-Studio C# analyzer on Linux and macOS
More and more users of the PVS-Studio C# analyzer get interested in the possibility to utilize it for checking C# code on Linux and macOS. Today the PVS-Studio team has some good news.
RunUO
Double checked locking
Continue reading
Static Analysis in Theory and in Practice
There are many ways that can assist in improvement the program’s quality. In this article, we invite you to consider one of them – static code analysis.
Continue reading
Emby
Copy-Paste
Continue reading
What Is MISRA and how to Cook It
Perhaps every microcontroller software developer has heard about special coding standards to help improve the code security and portability. One of such standards is MISRA. In this article, we’ll take a closer look at what this standard is, its concept and how to use it in your projects.
SARIF SDK
NullReferenceException is possible
Continue reading
Telerik UI for UWP
An unconditional break
Continue reading