Why is everything an int?
In C/C++ applications, most scalar variables are defined as ‘int’. Do these applications deal with lots of large numbers that
In C/C++ applications, most scalar variables are defined as ‘int’. Do these applications deal with lots of large numbers that
The technical debt concept has been around for some time now. We can find it in international conferences, in scientific
Let’s continue exploring what we need to efficiently monitor software quality: in the previous post we saw that we need
In our previous six part series, we explored software quality, from concepts to benefits as a part of the development
As this is the last part of our software quality introduction series, it is time to look at some real
In this post we’ll show what a healthy relationship with code quality looks like. After our introductory post, software quality
Software quality is a vast field, which has been the subject of many studies, standards and tools for a long
Unidentical twins Code clones can be elusive. First of all, we’re not talking about the dumb copy/paste textual clones, we’re
To bit or not to bit? Source code is present in pretty much everything we interact with today: phone apps,
Like clones from a famous galactic franchise, source code clones can be dangerous if you let them multiply: They carry