Community manager with a passion for Tech.
I am available to connect and share resources about code quality.
A code style guide is a set of rules, standards, or best practices that outline how your team should write, format, and organize the source code. In an ideal world, your team’s source code should look like it was written by a single person, even if h...

Developer productivity is extremely hard to measure. Several classic metrics, from lines of code and function points to burndown charts and story points, are flawed. Focusing on complexity and work remaining is not enough, and the quality of the work...

An important metric of code quality is how much of your codebase is covered by tests, as we saw in a previous article about code coverage. However, having a good code coverage score isn’t enough. The quality of your tests influences their effectiven...

<!-- wp:paragraph {"align":"justify"} --> <p class="has-text-align-justify">Cyclomatic complexity is the number of possible execution paths inside a given piece of code. As such, the fewer the paths through that code, and the less complex those paths...
