#coding
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...
<!-- 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...
Cycle time is an interesting metric you should use to evaluate your team’s quality and overall efficiency of your Engineering performance. In a...
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 a...
While often ignored, coding standards are crucial to creating a consistent and readable codebase. Have you ever tried writing and understanding...