#software-development
Read more stories on Hashnode
Articles with this tag
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,...
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...
You probably already know that code coverage tells us what percentage of our code is covered by tests. But did you know there are different coverage...
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 well-managed open source project attracts contributors and gives them a good experience, making them eager to contribute time and time again. So, if...
Security threats and data breaches have become more common and can have huge financial and business implications for your organization. As such, you...