article thumbnail

A Next Step Beyond Test Driven Development

Honeycomb

The most successful software development movement of my lifetime is probably test-driven development or TDD. With TDD, requirements are turned into very specific test cases, then the code is improved so the tests pass. The post A Next Step Beyond Test Driven Development appeared first on Honeycomb.

article thumbnail

AoAD2 Practice: Test-Driven Development

James Shore

Test-Driven Development. It’s test-driven development, and it actually delivers these results. Test-driven development, , or TDD, is a rapid cycle of testing, coding, and refactoring. Test-driven development applies the same principle to programmers’ intention.

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

Observability-Driven Development vs Test-Driven Development

Dzone - DevOps

This helped mitigate performance issues and minimize downtime. 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.

article thumbnail

Extended Role of QA in Test Driven Development (TDD)

Xoriant

Once the code passes the Acceptance test, the code is then refactored /simplified to be used as production code. TDD focuses on writing the necessary code to pass the test thus making the process simple and clear. What is the primary goal of Test Driven Development (TDD)? Test Driven Development Approach.

article thumbnail

Code analysis tool AppMap wants to become Google Maps for developers

TechCrunch

AppMap, which is a seed-stage VC-backed pre-revenue startup, currently has more than 20,000 customers — a figure that’s growing by 20% every month — with developers at IBM, NASA, Sonos and Salesforce using its product. I think that by having observability data in that moment, it’s going to open up a lot of opportunities.

article thumbnail

Stubbing AWS Service calls in Golang

Xebia

But I am also a big fan of test driven development. With this approach I could now write some tests. For example, what if you have 2 API calls that perform a PutObject call. This enables you to let the AWS API react based on your test. I recently switched to Golang for my language of choice. (In

AWS 130
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. Test-Driven Development for Building User Interfaces – Tyler Hawkins.

UI/UX 88