Mocks Are the Little-Death: Escaping the Mirage of Green Tests
The article discusses the limitations of using mocks in software testing and proposes a new approach based on the Command design pattern. By separating actions from their execution, developers can create pure functions that are easier to test and maintain. This method allows for a more predictable flow of data transformations without the complexities introduced by mocking libraries.
- ▪Mocks can lead to false confidence in code quality, as they may not accurately reflect real-world scenarios.
- ▪The Command design pattern allows developers to describe side effects as data, making testing simpler and more reliable.
- ▪This approach eliminates the need for mocking libraries and enables better debugging and retry mechanisms.
Hacker News (Newest) files mainly under programming. We currently carry 5,306 of its stories.
Story provenance
Source · retrieval · rights · ranking — open for full record
inspect →
Story provenance
Attribution is not the same as permission. This drawer separates discovery metadata, excerpts, WeSearch-generated summaries, reuse status, and whether the publisher receives the visit. Nothing here claims a legal grant the publisher has not made.
Record
| Original publisher | Lack of Imagination |
| Canonical URL | https://lackofimagination.org/2026/05/mocks-are-the-little-death-escaping-the-mirage-of-green-tests/ |
| Publication time | Sat, 30 May 2026 13:14:00 +0000 |
| Retrieval time | 2026-05-30T13:29:38.069Z |
| Last seen | 2026-05-30T13:29:38.069Z |
| Headline source | Publisher (no WeSearch rewrite) |
| Excerpt source | publisher body |
| Excerpt method | First ~120 words (~800 chars) of extracted publisher body, fair-use limited. |
| Summary | WeSearch · cerebras-chat (WeSearch summarizer) |
| Summary source text | contentText |
| Citation coverage | Summary is a WeSearch-generated derivative; primary citation is the original publisher URL. |
| Cluster | AZWVRG_YQKXf |
| Cluster logic | Grouped by semantic title/content similarity across sources within a rolling window. Same-publisher template collisions are excluded from coverage comparison. |
| Ranking reason | Story pages are not engagement-ranked. Hub feeds use recency, with optional source-diversified chronological ordering (cap consecutive stories per source). No personalized ranking. |
| Publisher visit | Yes — open original |
| Substitutes article? | No — link-out required for full text |
Rights status (four layers)
WeSearch handling by dimension
| Indexing | May the item be indexed (stored, ranked, made findable)? | Allowed |
| Snippet | May a short excerpt of the publisher's text be shown? | Allowed |
| AI summary | May WeSearch generate its own short summary of the article? | Limited |
| Retrieval / RAG | May the content be exposed for third-party retrieval-augmented generation? | Not asserted |
| Model training | May the content be used to train AI models? | Not asserted |
| Commercial reuse | May the content be reused commercially? | Not permitted |
Basis: Derived from the published RSS/Atom feed. Contact: [email protected]. Reviewed: 2026-07-24.
Opening excerpt (first ~120 words) tap to expand
Photo by Joe McDaniel “Mocks are the mind-killer. They are the little-death that brings total production failure. I will face my mocks. I will permit them to pass over me and through me. And when they have gone past, I will turn the inner eye to see their path. Where the mocks have gone there will be nothing. Only pure data will remain.” We’ve all walked the burning sands of the ‘Green Test, Broken Production’ mirage. Watching a sea of green is comforting, but it is a hollow victory. The true test comes when the code meets the deep desert of production and withers, leaving us to find that a mock ceased to reflect reality months ago. I grew tired of mocks lying to me and the extra complexity they bring. This led me back to a classic design pattern: the Command.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Lack of Imagination.