Two generated domain queries have no caller outside their own tests #30

Open
opened 2026-09-21 07:18:10 +00:00 by cgalo5758 · 0 comments
Owner

What a contributor runs into

Two generated query methods on the domains store, one marking a placement servable and one deleting a placement by the resource it serves, are called by nothing but their own tests. A contributor reading the store takes them for part of the registry's surface and looks for the flow that uses them.

Why it costs

Dead generated surface has to be kept compiling, is covered by tests that prove nothing about the console, and misleads anyone tracing how a placement becomes servable.

Where

The domains queries file and the generated store it produces.

Done when

Both queries and the tests that exist only for them are gone, or a real caller uses them.

Migrated from status/issues.md at b7a0e15

## What a contributor runs into Two generated query methods on the domains store, one marking a placement servable and one deleting a placement by the resource it serves, are called by nothing but their own tests. A contributor reading the store takes them for part of the registry's surface and looks for the flow that uses them. ## Why it costs Dead generated surface has to be kept compiling, is covered by tests that prove nothing about the console, and misleads anyone tracing how a placement becomes servable. ## Where The domains queries file and the generated store it produces. ## Done when Both queries and the tests that exist only for them are gone, or a real caller uses them. Migrated from status/issues.md at b7a0e15
cgalo5758 added the
kind
debt
area/domainsgood-first-issue
labels 2026-09-21 07:18:10 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wiki-cafe/member-console#30