English for Developers: Fix the 7 Mistakes You Keep Making

By Brexis Wazik 7 min read -

You ship clean code, but your commit message says “fixed so much bug.” A teammate opens your pull request and reads “can u review this i think its done.” Nothing is broken, exactly. It just looks careless. And the people reading it are the same people who decide whether you get the next project, the promotion, or the benefit of the doubt.

The good news: the mistakes that make your writing look sloppy are almost never about deep grammar. They’re a tiny set of repeat offenders - the same six or seven slips, over and over.

Why this matters

Your code is read by a compiler. Your writing is read by humans - and humans judge.

Every day you write things that outlive the moment: commit messages that sit in the history forever, pull request descriptions that reviewers skim before approving, Slack messages that set the tone for how organized you seem. When those are full of u, lowercase i, and run-on sentences with no punctuation, two things happen.

First, people have to work harder to understand you, which slows everyone down. Second - and this is the quiet cost - they start to assume your code is as rushed as your writing.

You don’t need to write like a novelist. You just need to stop the small, repeated slips that make sharp work look unfinished.

The mistake that started this whole thing

Here’s a real message, exactly as it was first written:

Before: “can u do reaseach on grammer for me and teach me i already know but as of now i am making so much mistake”

And here it is cleaned up:

After: “Can you do research on grammar for me and teach me? I already know it, but right now I’m making so many mistakes.”

Same person. Same meaning. One version looks rushed; the other looks like it came from someone you’d trust with a release. Look at everything that changed in a single sentence:

What changedBeforeAfterWhy
Spellingreaseach, grammerresearch, grammarCommon typos that spell-check catches instantly
Texting styleuyou”u” is fine in a text, not in work writing
Capital IiIThe word “I” is always capitalized
Run-on / punctuationone long lineclear sentences with ? and .A question needs a ?; separate ideas need separate sentences
much → manyso much mistakeso many mistakes”mistakes” can be counted, so use many and make it plural

Five fixes, one sentence. None of them require studying grammar for a year. They just require knowing which patterns to watch.

Your top 7 mistakes

These are the ones that show up again and again. Learn to spot these and most of your writing problems disappear.

1. Texting style in work writing

can u do... becomes “Can you do…” Save u, r, and pls for texts with friends. In a commit, PR, or work chat, spell words out.

2. Lowercase “i”

i already know becomes “I already know.” The word “I” is never lowercase, no matter where it sits in the sentence. This is the easiest win on the list - and the most common slip.

3. Spelling typos

reaseach, grammer become research, grammar. Engineers misspell the same handful of words constantly. The fix isn’t memorization - it’s turning on spell-check (more on that below).

4. Run-on sentences

...teach me i already know but... jams three ideas into one breathless line. Break it up. One idea per sentence. If you’d pause when speaking, that’s usually where a full stop belongs.

5. Missing end punctuation

...teach me is actually a question, so it needs a ?. Every sentence ends with something - a full stop for a statement, a question mark for a question. No naked line endings.

6. “much” vs “many”

so much mistake becomes “so many mistakes.” Here’s the rule that ends this one forever:

  • Many = things you can count. Many mistakes, many bugs, many commits.
  • Much = things you can’t count. Much time, much effort, much progress.

Quick test: can you put a number in front of it? “Three mistakes” works, so it’s countable - use many, and make the noun plural.

7. Plural agreement

mistake should be “mistakes” when there’s more than one. If you’re talking about several of something, the noun needs its plural s. “So many mistake” feels wrong for a reason - the many and the plural have to travel together.

Common misconceptions

“Grammar doesn’t matter for engineers - my code speaks for itself.” Your code speaks to machines. Your writing speaks to the humans who review, hire, and collaborate with you. They’re different audiences, and the second one votes on your career.

“I’d need to relearn grammar from scratch.” You wouldn’t. You already know more than you think - you read and write English all day. The goal isn’t to learn new rules; it’s to stop a small set of repeated slips.

“Autocorrect already handles this.” Spell-check catches grammer, but it won’t capitalize your i, break up a run-on, or tell you that “so much mistake” should be “so many mistakes.” Those are on you - but they’re quick to learn.

“Good writing means long, fancy sentences.” The opposite. Clear writing is short and plain. The cleaned-up message above is shorter than the messy one.

How to fix this in four weeks

Don’t cram. Spread the work over four weeks - about 20 to 30 minutes a day, a few days a week. Here’s a plan built around the twelve lessons in this course.

  1. Week 1 - the fundamentals. Articles (a, an, the), the much/many fix, and subject–verb agreement (he runs, they run).
  2. Week 2 - verbs and words. Verb tenses and keeping them consistent, plurals and possessives (its vs it’s), and prepositions (in, on, at, to, for).
  3. Week 3 - structure and clarity. Punctuation and capitalization, run-ons and comma splices, and commonly confused words (their/there/they’re, your/you’re).
  4. Week 4 - make it professional, then review. Writing clean commits, PRs, and Slack messages; the spelling words engineers get wrong; and one big mixed-review drill covering everything.

Use the drills the right way. Each lesson ends with practice. Do the whole drill first - write your answers down or say them out loud - and only then check the answer key. Don’t peek early. A wrong answer you correct yourself sticks far better than one you just read.

Redo drills a few days later. Memory fades fast. Come back to the same drill a few days after finishing a lesson. If you still get it right, it’s locked in. If you slip, that’s exactly the lesson to revisit. This one habit is the highest-value thing in the whole course.

Five daily habits that do the work for you

Small habits beat big study sessions. Adopt these and your writing improves on autopilot:

  1. Always capitalize “I.” The word is never lowercase. Ever.
  2. End every sentence with a full stop, or a ? for questions.
  3. Read your message once before you send it. One quick pass catches most mistakes.
  4. Turn on spell-check everywhere - editor, browser, chat apps. Let the computer kill grammer for you.
  5. No texting style at work. Write “you” not u, “are” not r. Save the shortcuts for friends.

Conclusion

Here’s the one thing to take away: you don’t have a grammar problem, you have a handful of habits. Fix the same six or seven slips - capital I, end punctuation, no u, much vs many - and your commits, PRs, and messages instantly read like they came from someone who pays attention.

And that perception compounds. The same care that makes your writing clear is the care reviewers start to assume is in your code. So once these habits feel automatic, look at the next layer: how a well-structured commit message or a crisp pull request description can get your work reviewed faster and merged with fewer questions. That’s where clear writing stops being about avoiding mistakes - and starts being a quiet advantage.

You already know more than you think. One lesson at a time. You’ve got this.

Get the complete guide as a PDF

Every part of English for Developers, packaged as one clean PDF you can keep, print, and read offline. Drop your email and it's yours.

No spam - one email when a substantial new guide lands. Unsubscribe anytime.

Frequently asked questions

Do I really need good grammar to be a good developer?

You don't need perfect grammar, but clear writing is part of the job. Commits, pull requests, and Slack messages are read by teammates and sometimes by hiring managers, and small repeated mistakes quietly make your work look careless.

What is the difference between "much" and "many"?

Use "many" for things you can count (many mistakes, many bugs) and "much" for things you cannot count (much time, much effort). If you can put a number in front of it, use "many" and make the noun plural.

Is it okay to write "u" instead of "you" at work?

In a quick text to a friend, sure. In a commit message, pull request, or work chat, no. Texting shortcuts read as careless in professional writing, so spell words out fully.

How long does it take to fix my recurring grammar mistakes?

About four weeks if you spend 20 to 30 minutes a day a few times a week. The mistakes that trip you up are usually a small handful of patterns, so targeted practice works fast.

What is the single fastest way to improve my work writing?

Read every message once before you send it and turn on spell-check everywhere. That one pass plus an automatic typo catcher removes the majority of visible mistakes.

Continue reading

Related topics