Review: Point and Substitute Without Guesswork
LESSON
Technical English: Pronouns and Determiners for Clear References
Review: Point and Substitute Without Guesswork
By the end of this lesson, you will be able to...
Choose between a demonstrative, one or ones, and an alternative form.
Explain which noun, group, claim, or option each short form replaces.
Repair a dense technical paragraph while keeping safe compression.
Idea in one sentence: Good substitution saves words only after the reader can recover the target and the shape of the alternative set.
Core Insight
Imagine a debugging review with traces from two releases, two deployment paths, and several design options. The writer wants to avoid repeating traces, paths, and options, so the first draft is full of short forms:
These are useful, but the incomplete ones need context. Another is faster than the old one, and the other is safer. That is why those are preferred.
The paragraph is short, but the reader has to solve several questions:
- Which group does these name?
- What noun does ones replace?
- Is another adding an option to an open set?
- Which pair does the other complete?
- What claim does that summarize?
- Which group does those point to?
This review asks you to select the job before shortening the sentence.
The Small Situation: A Release Comparison
A team compares evidence from an old release and a canary release. It also compares a cached route with a live route, then considers where to place validation.
The explicit version is longer but inspectable:
The old release produced complete traces and incomplete traces. The canary release produced fewer traces but more error traces. The cached route is faster than the live route. The gateway is one validation option, and the service is another validation option.
Now identify the groups and alternatives:
- complete traces and incomplete traces are two groups of evidence;
- cached route and live route are a known pair;
- gateway and service are two named validation options;
- the design discussion may still be open to additional options.
The short forms should preserve those boundaries. If the set changes from open to closed, the wording must change too.
The Four Review Decisions
Point to a group with a demonstrative
Use these or those for a plural collection:
These complete traces show the old behavior.
Those error traces show the canary failure.
A standalone these or those is safe only when the group is already unique:
These are complete.
If traces, metrics, and requests are all active, keep the noun:
These traces are complete.
Substitute for a countable noun with one or ones
Use one for one omitted countable noun and ones for several:
The cached route is faster than the live one.
The complete traces are easier to review than the incomplete ones.
Keep the modifier that distinguishes the alternatives. Do not use one for uncountable evidence or for a whole claim.
Shape the alternative set with another and other
Use another option to add one more singular candidate:
Another option is to validate in the service.
Use other options for additional members:
Other options would move responsibility into shared infrastructure.
These forms fit an open or changing set. They do not identify a known remainder.
Name the known remainder with the other
Use the other option after the reader knows a closed pair:
The finalists are the gateway and the service. The gateway is cheaper; the other option is easier to audit.
If three options remain, name the specific option. The other cannot identify one member of a three-item set without more information.
Worked Repair: Build a Reference Map
Read this draft:
The old release produced complete traces and incomplete traces. These are useful, but the incomplete ones need context. The cached route is faster than the live route, but the one serves stale data. Another option is the gateway, and the other is safer. Those are preferred because that is simpler.
Create a map before rewriting:
| Short form | Possible target | Decision |
|---|---|---|
| These | complete traces, incomplete traces, or all traces | restore the group noun |
| the incomplete ones | incomplete traces | safe after the noun traces is established |
| the one | cached route or live route | restore the route modifier |
| Another option | gateway as a new option | okay if the set is still open |
| the other | a known pair that has not been closed | unsafe; name the pair |
| Those | traces, routes, or options | restore the group |
| that | a whole claim or an option | name the claim or option |
Now rewrite the factual content explicitly:
The old release produced complete traces and incomplete traces. The incomplete traces are useful, but they need context. The cached route is faster than the live route, but the cached route serves stale data. The gateway is one validation option, and the service is another validation option. The gateway is preferred because gateway validation is simpler.
This version repeats nouns, but every decision is visible. Now compress only stable links:
The old release produced complete traces and incomplete traces. These complete traces are useful, but the incomplete ones need context. The cached route is faster than the live route, but the cached one serves stale data. The gateway is one validation option, and the service is another. The gateway is preferred because gateway validation is simpler.
Why the revision works:
- These complete traces points to one evidence group, not every trace in the paragraph.
- the incomplete ones substitutes for incomplete traces after the noun and modifier are visible.
- the cached one substitutes for cached route while the pair remains cached versus live.
- another introduces service as one additional option in the open discussion.
- The final sentence names gateway validation instead of using a vague that.
The naive compression would keep every short form:
These are useful, but the incomplete ones need context. The cached route is faster than the live route, but the one serves stale data. Another is the gateway, and the other is safer. Those are preferred because that is simpler.
This version makes the reader reconstruct too many sets at once. It saves words in the draft but adds resolution work in the review.
Retrieval Checks
Check: Which form completes the sentence?
The canary traces are incomplete, but the complete ___ are useful.
Think first, then reveal.
Answer: Use ones: “the complete ones.” The omitted noun is plural traces, and complete distinguishes the target group.
Check: Is this use of the other safe?
The finalists are the gateway, the service, and the policy engine. The gateway is cheaper; the other is easier to audit.
Think first, then reveal.
Answer: No. Three finalists are active, so the other does not identify one remainder. Name the target: “the service is easier to audit.”
Check: What does This summarize?
The cached route serves stale data. This is the main risk.
Think first, then reveal.
Answer: It summarizes the preceding claim that the cached route serves stale data. It does not replace the noun route.
Common Confusions
Confusion: any plural group can be these
Why it is tempting:
The writer sees a group in the previous sentence and assumes the reader sees the same group.
Better model:
If logs, traces, and metrics compete, keep the group noun or source: these canary traces.
Confusion: one and the other both mean another item
Why it is tempting:
Both forms can appear after an adjective or in a comparison.
Better model:
One substitutes for a repeated countable noun. The other identifies the known remainder of a set, normally a pair. They encode different information.
Confusion: another closes the set
Why it is tempting:
The writer has already named two options and thinks the next option must be the final one.
Better model:
Another adds one candidate to an open or changing set. Close the set explicitly before using the other.
Confusion: shorter means more professional
Why it is tempting:
Technical writing values concise communication.
Better model:
The trade-off is brevity versus auditability. Repeat a noun when the reader’s decision depends on knowing the exact group or option.
Transfer Practice: Rewrite a Design Review
Repair this paragraph:
The team tested the canary traces and the stable traces. These are cleaner than those, but the incomplete ones need context. The cached route is faster than the live route, and the one is safer. Another option is the gateway, and the other is preferred because that has fewer changes.
Assume these facts:
- canary traces are cleaner than stable traces;
- incomplete traces need context;
- the cached route is faster;
- the live route is safer;
- gateway validation is one additional option;
- gateway validation is preferred because it requires fewer changes.
A model answer is:
The team tested the canary traces and the stable traces. The canary traces are cleaner than the stable traces, but the incomplete traces need context. The cached route is faster than the live route, and the live route is safer. Another option is gateway validation, and gateway validation is preferred because it requires fewer changes.
A compact answer can safely use several substitutions after the anchors are established:
The team tested the canary traces and the stable traces. These canary traces are cleaner than those stable traces, but the incomplete ones need context. The cached route is faster than the live one, and the live route is safer. Another option is gateway validation, which is preferred because it requires fewer changes.
The first version maximizes explicitness. The second keeps the matching modifiers on these and those, uses the incomplete ones for a plural countable group, uses the live one for the known route pair, and keeps another option because the design set is still open. It does not use the other or a vague that.
Your rewrite succeeds if every short form expands to one noun, group, claim, or option; the canary/stable and cached/live contrasts stay visible; and the preference has a named reason. If the option set becomes exactly two finalists, you may introduce the other only after naming the pair.
Trade-offs and Limits
These forms make comparisons and evidence reviews shorter. They help the reader follow repeated groups, alternatives, and claims without seeing the same noun in every clause.
The trade-off is compactness versus recovery cost. A short form saves space for the writer, but the reader must reconstruct the group, omitted noun, or set boundary. When the paragraph drives a rollout or design decision, explicit nouns are often cheaper than a wrong interpretation.
The forms do not prove that one trace is cleaner, one route is safer, or one option needs fewer changes. They only connect the language to the intended target. Evidence and design reasoning must still support the evaluation.
Resources
- [ARTICLE] Cambridge Dictionary: This, that, these and those
- Focus: plural demonstratives and reference to visible groups.
- [ARTICLE] Cambridge Dictionary: One and ones
- Focus: countable noun substitution and modifier recovery.
- [ARTICLE] Cambridge Dictionary: Another, other, and others
- Focus: open additions, additional members, and definite alternatives.
Key Takeaways
- Use a demonstrative when the group or claim has a visible anchor.
- Use one or ones only when a countable noun and its distinguishing modifier are recoverable.
- Use another for one more option, other for additional members, and the other for a known remainder.
- Close the option set before using a definite alternative form.
- Repeat the noun or claim when compression would force the reader to guess.
← Back to Technical English: Pronouns and Determiners for Clear References