Writing the first draft is the hard part. Editing is what makes it good. Most technical books go through multiple rounds of editing, each with a different focus. This chapter covers the editing process and how to get effective feedback from reviewers.
The difference between an average technical book and an excellent one is almost never the content — it is the clarity. Both books might cover the same topics with the same depth. The excellent one is simply easier to follow, because it went through rigorous editing.
Your first draft captures your knowledge. Editing makes that knowledge accessible to someone who doesn’t share your context.
Plan for at least three distinct editing passes. Each pass has a different focus, and mixing concerns leads to poor results.
Read the entire manuscript from start to finish. Ignore grammar, word choice, and code formatting. Focus on:
This is the pass where you move, merge, split, and delete entire sections. It is the most disruptive edit and must come first.
Go chapter by chapter. Focus on:
Now focus on the sentence level:
Reading your text aloud is the single most effective self-editing technique. Your ear catches awkwardness, repetition, and unclear phrasing that your eye skips over. If you stumble while reading a sentence aloud, the reader will stumble too.
If you wrote on a computer, print the chapter and edit on paper. If you wrote in one text editor, read in a different one, or export to PDF. Changing the visual presentation helps you see the text with fresh eyes.
Put a chapter aside for at least a week before editing it. When you read it again, you will see problems that were invisible when the text was fresh in your mind.
Mentally adopt your reader persona from Chapter 1. Read the text as Maria the backend developer, not as yourself. Where would Maria be confused? What would she skip? What would frustrate her?
Every writer has crutch words and phrases. Search your manuscript for them. Common technical writing crutches:
You are too close to your material to evaluate it objectively. You know what you meant to write, so you see that meaning even when the text doesn’t convey it. Technical reviewers see what you actually wrote.
Recruit 3-5 technical reviewers with these profiles:
Subject matter expert (1-2 people): Someone who knows the topic deeply. They catch technical errors, outdated practices, and missing nuances. They are not your target reader — they are your accuracy check.
Target audience member (2-3 people): Someone who matches your reader persona. They tell you where explanations are unclear, where they get lost, and where they lose interest. Their feedback is the most valuable for improving your book.
Writing-focused reviewer (1 person, optional): Someone who reads a lot and can give feedback on prose quality, pacing, and readability. This person does not need to be technical.
Don’t just send your manuscript and say “let me know what you think.” Give reviewers specific guidance:
“Please focus on:
- Are the explanations clear? Mark any place where you had to re-read something or felt confused.
- Do the code examples work on your machine?
- Is there anything you expected to find that’s missing?
- Is there anything you would skip?
Don’t worry about typos or grammar — I’ll handle those in a later pass.”
You will receive contradictory feedback. One reviewer says Chapter 5 is too detailed; another says it isn’t detailed enough. This is normal.
Rules for handling feedback:
When a reviewer points out a problem, resist the urge to defend your writing. They are doing you a favor. Thank them, understand the underlying issue, and fix it. If their suggested fix doesn’t work, find a different solution to the same problem.
Code in a technical book deserves its own review process.
Have a developer (not you) read through the code examples and try to follow them. They should:
After all other editing is complete, do one final proofread. This is different from line editing — it catches the small things:
Consider hiring a professional proofreader. They are inexpensive relative to the effort of writing a book, and they catch things you will miss.
| ← Chapter 6: Diagrams, Visuals, and Formatting | Table of Contents | Chapter 8: Tools and Workflow → |