Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21b63525b79cf70

Jump to content

Steel thread

From Wikipedia, the free encyclopedia

A steel thread is a software engineering technique that helps define the most important paths through a computer system. It's a way to build a software system by weaving together thin slices of functionality,[1] called threads, that implement key use cases. In this way fully functional software is built up, allowing earlier testing of links and capacities and acting as an early proof of concept.

This was based on the bridge building technique where a steel thread would be thrown from one side of the valley to the other and when secured would be used to move progressively greater loads starting perhaps with a beam, each load supporting further loads.[2] Within software engineering the practice is to first build a minimal system that is less than a Minimum Viable Product that only covers one core piece of functionality but that does it end to end. After this another complete piece of functionality is added until a Minimum Viable Product is built.[3]


References

[edit]
  1. Jade Rubick. "Steel threads are a technique that will make you a better engineer". Archived from the original on 14 July 2024. Retrieved 5 February 2025.
  2. Graham Farrant (24 July 2015). "Building on the steel thread". Government Digital Service. Archived from the original on 16 January 2025. Retrieved 5 February 2025.
  3. "The Steel Thread".