Recently, I had two programming friends point out to me the importance of writing skills.
It makes sense to pay attention to what they say because:
One runs an online product company.
The other jumped from a bootcamp graduate to a lead developer within just a few years.
Let’s look at a short guide to improving your writing in your day-to-day job.
The first step to improving your writing is to break your thoughts into digestible pieces. Instead of dumping a massive wall of text, put some space between sentences as your focus goes from one thing to another.
Breaking things into paragraphs will make your text more economical, less overwhelming, and easier to read. Smaller chunks preserve your reader’s mental energy.
Most systems where you will send your message have some styling available. You can expect to have at least:
Bold.
Italics.
Headers.
Underscores, or
Strikethrough
Using these will make the quick parsing of your text more manageable. You can easily direct readers' attention to the most important parts, making it more likely that you will achieve the goals of the text you’re writing.
There are two things that you can do to make the lives of your readers easier:
Use HTML links, and
include images in the text to convey your message or explain the issue
These editing options are not always available. For example, in Slack, I’m always annoyed that I cannot put images between paragraphs.
When these options are available, using them significantly improves the readability of the text. One can see pictures immediately after they are referenced in text, and massive links are not breaking the flow of text.
This is essential in working with tickets. For example, in Jira, if you just add an image to the issue, it can still be clear when you have only one there. But as soon as the team adds five other pictures in comments, it can get confusing fast. Putting images inside text makes is clear which is relevant where.
A bit of editing can improve the first version of your text a lot. If you can, it’s best to save a draft and come back to edit later—maybe after some break or even the next day.
At a minimum, rereading the whole text before publishing should allow you to tweak the way you say things to improve the reader’s overall impression of your text.
Editing is the key to a good reader experience. Doing it yourself should be good enough for most things you write, and it’s a basic courtesy for your readers.
Dictionary checks are not the only ways machines can improve your writing. Nowadays, there are advanced tools available that can take care of things like:
catching correctly spelled words used in wrong places (as I do all the time with ‘then’ and ‘than’).
Marking passive voice— using active voices makes your writing more vivid.
reorganizing sentences to be easier to read — at least according to an algorithm.
If you are serious about your writing, you should look at some available applications.
If you get similar YouTube ads, you have definitely heard about them. I’ve been using it since July 2021, and I’m pleased with it. It was the first serious quality improvement I implemented on my blog.
It understands the context of words and suggests changes accordingly: it will tell you if you mean “it’s” or “its.”
It points out overused words and suggests other options.
In the paid version, it can suggest restructuring of the sentence.
All these tips boil down to thinking about the people who will read your text. Your job is to make it easy for them to read it.
It calls for being more empathetic. Putting in the extra effort should pay well for you: often, your readers are your boss or people who have an impact on your career.
Even when you write for your colleagues, most likely there will be many of them—and it will serve you well to build a reputation as an efficient communicator.
Previously published here.