article thumbnail

TDD and Code Coverage Tools

Net Objectives

In TDD and Code Coverage, we established that code coverage tools do not provide useful project metrics, in and of themselves. In TDD, we don’t use code coverage tools for this purpose because we don’t need to. Continue reading "TDD and Code Coverage Tools".

article thumbnail

DevOps top programming languages support engineering metrics goals

CircleCI

Each year we examine workflow data to illustrate how teams on our platform perform relative to four key metrics: Duration : The length of time it takes a workflow to run. Using this data, we can determine the habits and practices that lead to DevOps success so we can share these learnings and benchmarks with the community.

Metrics 64
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Lessons learned from the React Global Online Summit 22 – Junior Track

Apiumhub

There were numerous topics covered in this online event, and in this article, I would like to go through a few of the sessions in the junior track, such as Composable Microfrontends, React Hooks, TDD with User Interfaces, and Web Performance. He did a simple request form demo with TDD and the React Testing Library to prove his hypothesis.

UI/UX 88
article thumbnail

Our book “Software Architecture Metrics: Case Studies to Improve the Quality of Your Architecture” is published!

Apiumhub

We are delighted to announce the release of our new book “ Software Architecture Metrics: Case Studies to Improve the Quality of Your Architecture ”. VYou app , for making me innovate and implement new software architecture metrics. And additional thanks goes to my cat, who is always there for me, supporting me in any situation.”

article thumbnail

Using metrics to find the pain points in a legacy codebase

Xebia

The post Using metrics to find the pain points in a legacy codebase appeared first on Xebia Blog. It’s code that has been around for ages and is hard to change, it’s hard to maintain. This is legacy code by definition, and it’s your job to work with it. Even if code […].

Metrics 100
article thumbnail

Don't Measure Unit Test Code Coverage

James Shore

Some people use code coverage metrics as a way of enforcing the habits they want. Here's the thing about TDD. The definition of TDD is that you don't write code without a failing test, and you do so in a tight loop that covers one branch at a time. So if you're doing TDD, any code you want to cover is ipso facto covered.

article thumbnail

Don't Measure Unit Test Code Coverage

James Shore

Some people use code coverage metrics as a way of enforcing the habits they want. Here's the thing about TDD. The definition of TDD is that you don't write code without a failing test, and you do so in a tight loop that covers one branch at a time. So if you're doing TDD, any code you want to cover is ipso facto covered.