Live data from Hacker News

What makes writing more readable?

pudding.cool

11–20 of 113 posts

Re: What makes writing more readable?

#11
post #4

There are some improvements in the "more readable" text, but also some noticeable regressions: "Born premature" is an established turn of phrase. You read it, you know exactly what is meant. "Born early" is not an established phrase. You have to think about it more. It could mean "born early in the morning" or "born before her time" or "born prematurely". You can figure it out, it's not rocket science, but it's a lit…

Premature is a medical term that's a little hard with someone with an intellectual disability to parse unless they're already familiar.

If you don't have that knowledge retained it's a much larger leap to figure out what "premature" means. you have to understand the prefix (pre = before) and know what "mature" means in this context (not old, but rather "not ready").

This complicates the fact that premature birth also requires a lot of prior understanding (why can a baby be born too early? why is that a problem?)

Perhaps the author could have elaborated a little with plain language... "Born too soon" might be clearer.

Re: What makes writing more readable?

#12
These tips were centered around simplification, and they are good tips. For documentation and technical writing in particular, I picked up a few mannerisms that I now use every time I write.

The biggest impact has been to have a goal of limiting a paragraph to 2-3 sentences. From this goal my other writing traits came naturally.

When starting a paragraph, start off with a blunt statement that summarizes the paragraph. Following sentences can back up the summary sentence.

Use a short single-sentence paragraph to make an emphatic point.

Do word qualifiers add to your content? Many times not. Humans add qualifiers and adjectives more than what's necessary to understand a concept.

Readers get bored with monotony. If there's a wall of text, that's boring. If there's a wall of images, that's boring too. I try to break up a document into different types of formatting. Lists, headings, quotes, and image/content sections to make things visually appealing.

These are only goals! Sometimes a big honkin' paragraph is just what the doctor ordered.

Fun language or a well-timed joke keeps things interesting. They can give the reader a well-deserved break. Like the big honkin' paragraph usage above.

Lastly, the presentation of the content is important. Medium got their content width, font size, and colors down well. GitHub did a great job, too.

I learned to do this when a publisher took red ink to a tutorial I wrote. They gave me the goal of shortening all paragraphs to 2-3 sentences. It was tough at first but now I'm a fan. It's a fun writing exercise :-)

Re: What makes writing more readable?

#13

Really interesting article. I strongly agree with the general premise of this article. With that said, I'm confused about algorithm 2 (difficult words). How does adding "Yes!" in front of a sentence change it from a 0.45 reading level to a 0.25? Am I missing something?? Was something else changed in that sentence? I also think it's interesting that the article accurately pointed out that writers will censor themselve…

Adding "Yes!" changes the *average length" of the sentences, which is one of the inputs to the Dale-Chall (un)readability score.

Re: What makes writing more readable?

#14
> Writing text that can be understood by as many people as possible seems like an obvious best practice.

Not necessarily? If what you’re writing is intended for a completely general audience, or an audience that follows the distribution of an idealized general audience, maybe. And if the most important goal is understandability as well. But often writing is for purposes and audiences other than that. Taking it as axiomatic that the first and most important goal is comprehension by the widest possible audience suggests you should write at (at most) a fifth or sixth grade level. Anything above that and you’ve already failed at the “obvious best practice”.

Re: What makes writing more readable?

#15

I've found the most readable text is often the text that is natural. The more you torture the wording by over-thinking it the more you diverge from natural language. Sure, you may improve it from an analytical standpoint, but a large portion of reading is a subconscious process and your subconscious doesn't like it when the writing has been poured through ten filters before hitting the page.

I edit most of my writing. Sometimes I see that my words might mean different things to other people. That can be confusing.

Re: What makes writing more readable?

#17

Some of these are clear improvements - but many of them are simplifications that lose depth and nuance. The world is filled with detail, tailoring text to meet the needs of people unable to grasp that detail does not remove it - It obfuscates it. Sometimes simple and direct language is good. Sometimes it makes the entire conversation devoid of usefulness or meaning. Work to understand which context is appropriate for…

>but many of them are simplifications that lose depth and nuance.

They reminded me of Hemingway's simple, declarative style. I know some people like it, but I always found it somewhat lacking for creating a sense of emotional connection to the characters.

Re: What makes writing more readable?

#18
post #4

There are some improvements in the "more readable" text, but also some noticeable regressions: "Born premature" is an established turn of phrase. You read it, you know exactly what is meant. "Born early" is not an established phrase. You have to think about it more. It could mean "born early in the morning" or "born before her time" or "born prematurely". You can figure it out, it's not rocket science, but it's a lit…

The way they rephrased also simply omitted detail, which doesn't seem like a fair comparison. I'd much rather see an example where no detail is lost but would still have wider comprehension. Literally dumbing it down by stripping detail doesn't seem like a clear best practice.

Re: What makes writing more readable?

#19

In my opinion, one of the easiest ways for writers to make things more readable is to not use synonyms for technical terms. If you are a researcher and you have referred to the "cell membrane", don't turn around and refer to that same thing as the "plasma membrane", "cytoplasmic membrane" or "phospholipid bilayer" later on in your article unless you have a damn good reason.

Yes!

Re: What makes writing more readable?

#20
"Writing is thinking. To write well is to think clearly. That's why it's so hard."

- David McCullough

I agree with many of the other posts here. Some of the translations highlighted in the article seem to either lose important information or introduce confusing information. The most striking example for me was the translation from

> A strong tremor in her hand makes it impossible for her to use American Sign Language.

to

> Her hand shakes so she does not do sign language.

I agree that "tremor" is an uncommon word and some of the adjectives like "strong", "impossible", and "American" are either superfluous or not strictly necessary. But in the translation, the phrase "hand shakes" coincides with an unrelated but very common thing: a "handshake". This gave me a slight pause when reading. And it's not like it's impossible to do sign language with shaky hands. In this case, it's the degree with which Kyra's hands shake that keeps her from doing sign language, something that is lost in the translation.

All this said, I want to stress that I agree with the premise of the article. We should value accessibility, and writing style is yet another vector that can exclude people. Quibbles about specific sentences shouldn't distract us from that. If anything, they and the lack of an effective algorithm to do this highlight how difficult the task is and probably always will be. Writing well is really, really hard. And the diversity of the audience for this kind of writing I think compounds that.

In fact, I might argue that writing plainly is harder. I think scientific/academic writing can often be considered lazy because it doesn't take the time to consider the audience. This isn't always true, but I think I'm not alone in having slogged through a paper or an article that could have used an editor. But it didn't get sufficient editing because, and again I stress, writing well is really, really hard.

Post reply on HN