Live data from Hacker News

Ask HN: How to level up your technical writing?

news.ycombinator.com

1–10 of 162 posts

Ask HN: How to level up your technical writing?

#1
Hi fellow HNers!

I have a fairly strong background in cloud system and application architecture. However I feel that I’m sometimes limited by my technical writing skills to communicate my ideas and concepts. Any advice on how to take ones technical writing skills to the next level?

I’m willing to do what it takes, being online courses, contributing to OSS process work or what else you might suggest.

Looking forward to tap into the HN hive mind on this topic!

Thanks, Max

Re: Ask HN: How to level up your technical writing?

#2
Technical writing benefits from Practical Style (the reader's time is important, the reader wants to get a job done, easy parsing of sentences is important), so I'd recommend one of the two best books about writing in English:

Joseph M. Williams, Style: Ten Lessons in Clarity and Grace.

An old edition is fine. There are many editions with slightly differing titles (Toward Clarity and Grace, The Basics of Clarity and Grace), all of them are fine. Get the cheapest or fastest to deliver or whatever. Don't think about which one to get.

The other great book about writing is Thomas&Turner's Clear and Simple as the Truth. It teaches Classical Style, which is less fitting to technical documentation, as the authors discuss themselves.

Re: Ask HN: How to level up your technical writing?

#3
Find good examples of well written documentation and emulate those.

The most effective way to improve your writing is through improving your reading.

I’m a literary nerd as well as a technologist, and will tell you it’s easy to spot an English Lit graduate by their universally good documentation skills. Not because they use fancy words, or exotic expressions, because they use simple deadpan and well measured (never crowded) sentences. These tend to always write as though they’re explaining to an intelligent child (with a pleasant unassuming and direct simplicity.)

Re: Ask HN: How to level up your technical writing?

#4
post #2

Technical writing benefits from Practical Style (the reader's time is important, the reader wants to get a job done, easy parsing of sentences is important), so I'd recommend one of the two best books about writing in English: Joseph M. Williams, Style: Ten Lessons in Clarity and Grace. An old edition is fine. There are many editions with slightly differing titles (Toward Clarity and Grace, The Basics of Clarity and…

Thanks for the literature tips, will definitely get one of the books right away. Will also learn more about Practical Style as I haven’t heard about that.

Re: Ask HN: How to level up your technical writing?

#5

Find good examples of well written documentation and emulate those. The most effective way to improve your writing is through improving your reading. I’m a literary nerd as well as a technologist, and will tell you it’s easy to spot an English Lit graduate by their universally good documentation skills. Not because they use fancy words, or exotic expressions, because they use simple deadpan and well measured (never c…

Good suggestion! Do you have any technical docs that stand out as extra good in your opinion?

Re: Ask HN: How to level up your technical writing?

#6
Check out this past discussion thread (post link as well as comments): https://news.ycombinator.com/item?id=20061078

Here's some technical writing courses: https://developers.google.com/tech-writing

And here are some examples of good writing: https://news.ycombinator.com/item?id=31630915

Re: Ask HN: How to level up your technical writing?

#8
post #5

Find good examples of well written documentation and emulate those. The most effective way to improve your writing is through improving your reading. I’m a literary nerd as well as a technologist, and will tell you it’s easy to spot an English Lit graduate by their universally good documentation skills. Not because they use fancy words, or exotic expressions, because they use simple deadpan and well measured (never c…

Good suggestion! Do you have any technical docs that stand out as extra good in your opinion?

I remember the Ansible docs as pretty good.

I’m sure you have read those great todo articles on medium or log rocket or whatever.

The problem with citing good professional documentation is that this is usually or inevitably taken on by a team, so docs are really a standard of a good editor.

The problem with stuff in the wild is it can be too bloggy or conversational.

What you need is awareness and purpose. Stop reading junk as soon as you identify it (skim junk for take always ;).

Cherish and reread somethings that “speak to you.”

Ironically, the best technical documentation is dry and to the point (without sounding as though generated from already inadequate code comments [glare].)

Edit out sarcasm, sentiments, and unnecessary references or language.

Explain what is happening, show an example and stop. You’ll do fine!

Do read one of those boring grammar/punctuation books. Just being aware of good sentence form will make you a better writer.

I did all this stuff over a decade ago, so I don’t have a link off hand.

Re: Ask HN: How to level up your technical writing?

#9
post #2

Technical writing benefits from Practical Style (the reader's time is important, the reader wants to get a job done, easy parsing of sentences is important), so I'd recommend one of the two best books about writing in English: Joseph M. Williams, Style: Ten Lessons in Clarity and Grace. An old edition is fine. There are many editions with slightly differing titles (Toward Clarity and Grace, The Basics of Clarity and…

I came in to write exactly what you wrote. +1

Re: Ask HN: How to level up your technical writing?

#10
post #5

Find good examples of well written documentation and emulate those. The most effective way to improve your writing is through improving your reading. I’m a literary nerd as well as a technologist, and will tell you it’s easy to spot an English Lit graduate by their universally good documentation skills. Not because they use fancy words, or exotic expressions, because they use simple deadpan and well measured (never c…

Good suggestion! Do you have any technical docs that stand out as extra good in your opinion?

Stripe is very often mentioned as an example of great docs - https://stripe.com/docs
Post reply on HN