Remove Performance Remove Systems Review Remove TDD Remove Technical Review
article thumbnail

AoAD2 Practice: Test-Driven Development

James Shore

To share your thoughts, join the AoAD2 open review mailing list. Test-driven development, , or TDD, is a rapid cycle of testing, coding, and refactoring. Done well, TDD eliminates an entire class of programming errors. TDD isn’t perfect, of course. TDD is difficult to add to legacy codebases. Why TDD Works.

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. But it’s time to take a step beyond TDD in order to write better software that actually runs well in production.

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

Quality Management is Risk Management

Xebia

You want to know how well your product performs to prevent customers from walking away. You want to have insights into your operational performance to prevent going bankrupt. Avoid : This is the most severe of the risk treatment options, and requires organizations to stop performing any tasks or processes that pose a risk.

article thumbnail

Apiumhub is delighted to support YOW! LONDON 2022

Apiumhub

At Apiumhub we love to collaborate with events in the tech community. LONDON 2022 , a conference that brings together developers and internationally renowned speakers to thoroughly examine new technologies and industry best practices. Patrick Kua – Author of numerous books, runs Level Up & Tech Lead Academy.

article thumbnail

Custom Software Development Services & Modern Practices

Apiumhub

It definitely helps accelerate technology and meet ever-higher customer needs, seeking unique ways to keep up with the trends. Containerization If you want to seamlessly automate developer support responsibilities like testing and system configuration, containerization is the best solution for you.

article thumbnail

Behavior Driven Development: The methodology that connects the three amigos

Apiumhub

It must be taken into account that some business roles do not necessarily have to be technical, while developers and QAs dedicated to test automation are. Behaviour Driven Development is a software methodology that allows us to define and develop the product based on the behaviour of the system. What is BDD? Good practices.

article thumbnail

AoAD2 Practice: Refactoring

James Shore

To share your thoughts, join the AoAD2 open review mailing list. Technically, you can refactor at any time, but unless your IDE has provably-safe refactorings, it’s best to do it when you have a good suite of tests that are all passing. To illustrate this point, I’ll continue the example started in “A TDD Example” on p.XX.