Shift left on x
blog.ploeh.dk·5h

A difficult task may be easier if done sooner.

You’ve probably seen a figure like this before:

Graph with time along the x-axis and cost on the y-axis. One curve goes from low cost to high cost as time increases.

The point is that as time passes, the cost of doing something increases. This is often used to explain why test-driven development (TDD) or other agile methods are cost-effective alternatives to a waterfall process.

Last time I checked, however, there was scant scientific evidence for this curve.

Even so, it feels right. If you discover a bug while you write the code, it’s much easier to fix it than if it’s discovered weeks later.

Similar Posts

Loading similar posts...