In part 1 of the series we started out with code style tools. Checking things like indention and whitespace, that is the entry level to static code analysis. This time we go one step further. This time we are trying to gain deeper insights into our code. There are a million and one code quality… Continue reading Static analysis (Part 2): Code quality tools
Month: February 2021
Static analysis (Part 1): Code style tools
Trying to explain the issue of code style to a non-programmer usually results in blank stares and raised eyebrows. Arguing about trailing spaces seems like a complete waste of time. And rightly so! Code style rules are important, especially if you are working in a team. But you don’t want to talk about them in… Continue reading Static analysis (Part 1): Code style tools