DEV Community

Drew Khoury
Drew Khoury

Posted on • Originally published at drewkhoury.com

Good Software Delivery — Trust and Verify

The concept of GSD is something I’ve implemented for clients in one form or another over the years, and you might have done something similar without knowing it.

I remember one particular collaboration with a small but amazing team. We helped implement a particular flavor of GSD and unlocked value for the business.

Trust and Verify

In this diagram, we’re showing that the “path to production” can be codified. By making the process transparent and available to developers, we can show them “what good looks like” on day one.

The last thing you want as a developer is to find yet another requirement before you can push to production, so using the “Trust and Verify” model helps development move fast. This pattern also removes any manual surprises when trying to deploy to production, thus getting software in the hands of your users quicker!

The “Trust and Verify” Pipeline Pattern is part of a wider effort of Transformation through Good Software Delivery.

Top comments (0)