Remove Exercises Remove Software Review Remove Systems Review Remove TDD
article thumbnail

Agile, Stand-ups, TDD and Code Reviews

The Programmer's Paradox

It all has to be very reactive; you keep fiddling with the code until it gets traction. Under those conditions, it doesn’t make sense to cross all the t’s and dot the i’s as the life expectancy of the code is weeks or months. Some people invented a fun little game called “test driven development” (TDD).

article thumbnail

Effective Software Testing – A Developer’s Guide

Henrik Warne

I recently finished Effective Software Testing – A Developer’s Guide by Maurício Aniche , and I really liked it. I have been coding for a long time and I think I have been writing pretty good tests for the features I have implemented. The book apparently grew out of lecture notes from a course on software testing.

Insiders

Sign Up for our Newsletter

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

article thumbnail

AoAD2 Practice: Test-Driven Development

James Shore

To share your thoughts, join the AoAD2 open review mailing list. We produce high-quality code in small, verifiable steps. At best, mistakes lead to code that won’t compile. No wonder, then, that software is buggy. Test-driven development, , or TDD, is a rapid cycle of testing, coding, and refactoring.

article thumbnail

What I Learned From the First “Testing Without Mocks” Course

James Shore

It’s about a novel way of testing code. Qualitative Feedback Seven people (70%) commented that we should keep the exercise-focused format of the course. Two people (20%) specifically called out the structure of the code as a positive, and two others liked the clear explanations. Skip to the improvements. Cristóbal G.,

Course 59
article thumbnail

15 Books by leading software architects

Apiumhub

As you may already know, Apiumhub team is software architecture-oriented and reads books for software architects on a weekly basis. This year Apiumhub organizes Global Software Architecture Summit 10th of october, which will take place in Barcelona. “ Essential Software Architecture ” by Ian Gorton.

article thumbnail

Microservices Done Right, Part 2: More Antipatterns to Avoid

Accenture

Not automating software delivery, testing, operations. To realize the benefits of microservices make sure to automate software delivery, testing, and operations. Although possible, achieving a high level of testing automation without addressing quality at the source – when the code is developed – is extremely wasteful.

article thumbnail

AoAD2 Practice: Blind Spot Discovery

James Shore

To share your thoughts, join the AoAD2 open review mailing list. Fluent Delivering teams are very good at building quality into their code, as you saw in the previous practice. They act as obedient order-takers: a software factory designed to ingest stories in one end and plop software out the other. Use the software.