Prepositions That Trip Up Developers in English
Learn the correct prepositions for common technical phrases developers get wrong in English, from 'depend on' to 'agree with' to 'responsible for'.
Prepositions are one of the last things non-native speakers fully master in English, because they rarely follow a clean rule — you mostly just have to know that it’s “depend on,” not “depend from” or “depend of,” even though other languages use a different preposition for the same idea. This guide collects the technical-English preposition pairs developers get wrong most often, with the correct usage in context.
Key Vocabulary
Depend on (not “depend of/from”) — used when one thing relies on or is determined by another; a very common error is borrowing the preposition from a Romance-language equivalent. “The rollout timeline depends on how quickly QA can finish regression testing — not ‘depends of,’ even though that’s the pattern in several other languages.”
Responsible for (not “responsible of”) — used to describe ownership of a task, system, or outcome. “She’s responsible for the payments service end-to-end, from the API to the reconciliation job.”
Consist of (not “consist in” or “consist from”) — used to describe what components make up a system. “The pipeline consists of three stages: ingestion, transformation, and load.”
Agree with / Agree on — “agree with” a person or an idea; “agree on” a specific decision or plan the group reaches together. “I agree with your assessment of the risk, and I think we agree on the mitigation plan too.”
Compare to / Compare with — “compare to” highlights similarity between different types of things; “compare with” is used for a detailed, side-by-side comparison of similar things (in practice, native speakers use these somewhat interchangeably, but “compare to” is more common in casual technical speech). “Compared to last quarter, our error rate dropped significantly.”
Common Phrases
- “This service depends on the auth service being available.”
- “Who’s responsible for maintaining this repository?”
- “The system consists of a frontend, an API layer, and a database.”
- “I agree with the overall direction, but I don’t fully agree on the timeline.”
- “Compared to the old version, this is noticeably faster.”
Example Sentences
Using “depend on” correctly in a design discussion: “The whole caching strategy depends on how often the underlying data actually changes — if it’s mostly static, we can cache much more aggressively.”
Using “responsible for” to clarify ownership: “Just to be clear on ownership: the platform team is responsible for the CI infrastructure, and each service team is responsible for their own test suites.”
Describing system composition with “consist of”: “Our deployment pipeline consists of a build stage, an automated test stage, and a manual approval gate before production.”
Distinguishing “agree with” from “agree on”: “I agree with the concern about latency, but I don’t think we fully agree on how urgent it is — I’d put it as a next-quarter fix, not a this-week fix.”
Professional Tips
- “Depend on” is the single most common preposition error for speakers of Romance and Slavic languages — drill this one specifically, since it appears constantly in design discussions.
- “Responsible for” always takes “for,” never “of” — a small error, but one native speakers notice immediately.
- “Consist of” describes composition; don’t confuse it with “consist in,” which is rare and mostly literary/formal, not used in tech contexts.
- Distinguish “agree with” (a person, an idea) from “agree on” (a shared decision) — you can agree with someone’s reasoning while still not agreeing on the final call.
- When in doubt, listen for the preposition in native speakers’ sentences rather than translating from your own language — prepositions are learned by pattern exposure more than by rule.
Practice Exercise
- Write three sentences using “depend on” correctly in a technical context.
- Write a sentence distinguishing “agree with” from “agree on” in the same discussion.
- Describe the components of a system you work on using “consists of.”