article thumbnail

Observability-Driven Development vs Test-Driven Development

Dzone - DevOps

One well-known example is PhonePe, which experienced a 2000% growth in its data infrastructure and a 65% reduction in data management costs with the implementation of a data observability solution. This approach provides a comprehensive system view, allowing for a thorough investigation and analysis.

article thumbnail

Taking an Extreme Approach to Software

Coveros

The year was roughly 2000 and what I read rocked my world. While there were definitely some new concepts introduced in the article—like pair programming and test-driven development—the overall philosophy hit home in a big way. I remember it like it was yesterday.

Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

GSAS 2023: The Third Edition

Apiumhub

They have been helping users to overcome the worry and frustration of finding a home since 2000. Gold Sponsors Idealista Idealista is the main meeting point for all those people who are looking for a home (or premises, building, the list goes on…) either to buy or to rent, and for those who sell or rent out these properties.

article thumbnail

Testing Without Mocks: A Pattern Language

James Shore

When programmers use test-driven development (TDD), the code they test interacts with other parts of the system that aren't being tested. To test those interactions, and to prevent the other code from interfering with their tests, programmers often use mock objects or other test doubles. . // Example Node.js

Testing 88
article thumbnail

Testing Without Mocks: A Pattern Language

James Shore

When programmers use test-driven development (TDD), the code they test interacts with other parts of the system that aren't being tested. To test those interactions, and to prevent the other code from interfering with their tests, programmers often use mock objects or other test doubles. . // Example Node.js

Testing 40
article thumbnail

Lean Software Development: The Backstory

LeanEssays

Thus lean software development might be considered a subset of lean product development; certainly the principles that underpin lean product development are the same principles that form the basis of lean software development. Put the tests into a test harness for ongoing code verification.