#programming-tips
Read more stories on Hashnode
Articles with this tag
We all know that writing code has a lot to do with logic and finding effective ways to solve problems. However, logical reasoning is easier for some...
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 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,...
<!-- wp:paragraph {"align":"justify"} --> <p class="has-text-align-justify">Cyclomatic complexity is the number of possible execution paths inside a...
Developers have been using Pull Requests to review code on branches before it reaches master for a very long time. However, this workflow is one of...