Review: Trace the Reference Before You Shorten It
LESSON
Technical English: Pronouns and Determiners for Clear References
Review: Trace the Reference Before You Shorten It
By the end of this lesson, you will be able to...
Retrieve the subject and object jobs of
it,they, andthem.Draw a small reference map for a technical status update.
Rewrite a broken chain while keeping the shortest wording that has one clear meaning.
Idea in one sentence: Before removing a technical noun, trace who acts, what receives the action, and whether the short form still has one recoverable referent.
Core Insight
The first two lessons built one model in two directions. A technical noun introduces a component, object, or group. A pronoun can continue that reference, but it does not erase the object's role.
For subjects:
The migration finished. It changed the schema.
The workers stopped. They released their leases.
It keeps one singular subject active. They keeps a plural subject active.
For objects:
The client cached the tokens and reused them later.
The gateway inspected them and returned the result.
Them keeps the plural tokens in the receiving role. The gateway is the subject that performs the inspection.
The review skill is not another list of grammar labels. It is a retrieval and repair exercise. You should be able to look at a short update, mark each actor and object, and decide where a pronoun is safe or where a noun must return.
The Small Situation: A Deployment Update
Read this status update from a deployment:
The client sent the tokens to the gateway. It rejected them after they expired. The workers retried the request, and they sent it again. It succeeded after they refreshed it.
Some links are easy. Some are not.
themprobably refers to the tokens.theyafterexpiredprobably refers to the tokens, but tokens do not normally perform an expiration action in this wording; the sentence may be trying to say that the tokens had expired.theyafterandcan refer to the workers, so the subject chain may be safe there.- The final
itcould be the request, the gateway, or the retry attempt.
The update is short, but it forces the reader to reconstruct several chains at once. During an incident, that reconstruction can send an engineer to the wrong logs. We will repair it by separating roles before shortening anything.
The Concepts Together
Use this four-part map.
1. Subject: who performs or has the state?
The subject comes before the verb in a normal statement:
The workers retried the request.
The workers perform retried. If the same plural group acts in the next sentence, use they:
The workers retried the request. They logged the retry.
2. Object: what receives the action?
The object follows the verb or a preposition:
The workers retried the request.
The request receives the retry. If the same singular object remains active, use it only when the surrounding subjects do not create a competing meaning:
The workers retried the request. The gateway accepted it.
Here it is the request, not the gateway, because it appears after accepted and the sentence's intended object is clear from the event.
3. Number: one or several?
It can stand for one singular non-human subject or object. They and them refer to a plural group or set:
The token expired. It was rejected.
The tokens expired. They were rejected.
The gateway rejected them.
Number rules out some candidates, but not every candidate. Two singular objects can still compete for it.
4. Continuity: is there one useful candidate?
A pronoun is safe when the reader can connect it to one referent without guessing. If the chain crosses a subject change, a new object, or a new clause with another plausible candidate, repeat the smallest useful noun.
Plain meaning:
The short form says, “Keep following this same named thing in this role.”
Technical name:
This is a reference chain. Subject chains use it or they as performers; object chains use it or them as receivers.
Worked Repair: Build the Reference Map First
Start with the deployment update again:
The client sent the tokens to the gateway. It rejected them after they expired. The workers retried the request, and they sent it again. It succeeded after they refreshed it.
Make the hidden roles visible:
| Phrase | Candidate referent | Role or problem |
|---|---|---|
It rejected |
gateway or client | singular subject is ambiguous |
them |
tokens | plural object is plausible |
they expired |
tokens | form is wrong for the intended state; the noun should return |
they sent |
workers | plural subject is plausible |
it again |
request | singular object is plausible, but another singular object may be nearby |
It succeeded |
request or retry | singular subject is ambiguous |
they refreshed |
workers | plural subject is plausible |
it after refreshed |
request, token, or gateway | object is not uniquely identified |
The map tells us where the chain breaks. Now write the facts explicitly:
The client sent the tokens to the gateway. The gateway rejected the tokens because the tokens had expired. The workers retried the request and sent it again. The request succeeded after the workers refreshed the tokens.
This version is precise but repeats several nouns. Compress only the links that are now stable:
The client sent the tokens to the gateway. The gateway rejected them because the tokens had expired. The workers retried the request and sent it again. The request succeeded after they refreshed the tokens.
Why these shortenings work:
themhas one plural object: the tokens.the tokens had expiredkeeps the state claim explicit; it does not make the tokens an actor with an unnaturalthey expiredaction.theyhas one plural subject: the workers.the requeststays explicit beforesucceededbecause the gateway and the workers are also active in the paragraph.the tokensstays explicit afterrefreshedbecause the request and the tokens are both possible objects.
The naive rewrite would replace every repeated noun with a pronoun. The better rewrite removes only repetition whose reference path is already visible.
Retrieval Checks
Check: In this pair, which word is the subject pronoun and which is the object pronoun?
They inspected the logs. The service sent them to the archive.
Think first, then reveal.
Answer: They is the subject of inspected; the group performs the inspection. Them is the object of sent; the logs receive the sending action. The same plural referent can appear in both roles, but the form changes with the role.
Check: Is this chain safe?
The gateway called the cache. It returned stale data.
Think first, then reveal.
Answer: No. Both gateway and cache are singular, and both could return or be described as returning data in a technical system. Repeat the intended subject: The cache returned stale data.
Check: Which repair keeps one clear meaning?
The client stored the profile and sent them to the browser.
Think first, then reveal.
Answer: Use it or repeat the profile: The client stored the profile and sent it to the browser. The profile is singular. Them invents a plural object that the sentence did not introduce.
Common Confusions
Confusion: the closest noun always wins
Why it is tempting:
The nearest noun is a fast guess while scanning.
Better model:
Distance is only one clue. Check grammatical role, number, technical meaning, and whether another candidate remains possible.
Confusion: they is always the plural version of it
Why it is tempting:
Both forms can refer to components or groups in a system.
Better model:
They is a subject form. Them is an object form. A plural noun can take either form in different sentences, depending on whether it acts or receives the action.
Confusion: clear reference proves the event
Why it is tempting:
Once every pronoun points to one noun, the update feels complete.
Better model:
Reference clarity tells us what the writer claims. It does not prove that a token expired, a gateway rejected a request, or a retry succeeded. Evidence still matters.
Trade-offs and Limits
Repeating a noun costs a few words and can make a paragraph feel less smooth. Pronouns improve rhythm and let a reader follow a stable actor or object without seeing the same label in every sentence.
The trade-off is compression versus resolution cost. Shortening saves space for the writer, but each pronoun asks the reader to look backward. When the cost of a wrong interpretation is high, a repeated noun is cheaper than a second investigation or a clarification question.
This review method does not require every sentence to repeat every noun. It asks for a deliberate boundary: compress while the chain is unique, restore the noun when the subject or object changes, and split the sentence when a single line carries too many roles.
Transfer Challenge: Rewrite a Pull Request Comment
Repair this comment so a reviewer can identify every actor and object:
The API sent the request to the gateway. It rejected it because it had no route. The workers saw them and retried it. They succeeded after it changed.
Use this process:
- List the nouns: API, request, gateway, route, workers.
- Mark each
it,them, andtheywith a candidate referent. - Decide which component rejected, which object had no route, and what the workers retried.
- Restore nouns at every ambiguity boundary.
- Remove only repetitions whose reference is now unique.
Assume the intended facts are: the gateway rejected the request because the gateway had no route; the workers saw the rejection and retried the request; the request succeeded after the gateway added a route. One model answer is:
The API sent the request to the gateway. The gateway rejected the request because the gateway had no route. The workers saw the rejection and retried the request. The request succeeded after the gateway added a route.
A concise version can keep one safe link:
The API sent the request to the gateway. The gateway rejected it because the gateway had no route. The workers saw the rejection and retried it. The request succeeded after the gateway added a route.
The second version uses it for the request after the gateway is explicitly named and uses it again for the request after the workers are explicitly named. It does not use they for the request, and it does not use it for the gateway when the gateway is the component that added the route.
A strong answer should preserve the event order, identify the gateway as the rejecting and route-adding component, identify the request as the rejected and retried object, and explain any noun that it deliberately repeats. If another technical interpretation is intended, change the nouns to express it rather than asking a pronoun to carry unstated facts.
Resources
- [ARTICLE] Cambridge Dictionary: Personal pronouns
- Focus: subject and object forms, number, and reference in connected sentences.
- [DOC] Microsoft Writing Style Guide: Voice and tone
- Focus: concise technical prose that keeps the responsible actor and affected object visible.
- [REFERENCE] Merriam-Webster: Pronoun
- Focus: how a pronoun substitutes for a noun phrase while preserving its role in a sentence.
Key Takeaways
- Start with the nouns and roles: who acts, and what receives the action?
- Use
itortheyfor clear subjects; useitorthemfor clear objects. - Number narrows the candidates, but it does not guarantee one referent.
- Draw a reference map before shortening an incident, status update, or review comment.
- Repeat the smallest useful noun when a subject changes, an object changes, or two meanings remain possible.
← Back to Technical English: Pronouns and Determiners for Clear References