Ask HN: Examples of good technical writing?
11–20 of 145 posts
Re: Ask HN: Examples of good technical writing?
#12Re: Ask HN: Examples of good technical writing?
#13Re: Ask HN: Examples of good technical writing?
#14Re: Ask HN: Examples of good technical writing?
#15[0] https://www.boost.org/doc/libs/1_79_0/libs/math/doc/html/ind...
Re: Ask HN: Examples of good technical writing?
#16Here is another example, the manual for Microsoft Word 1.0 for DOS: http://toastytech.com/manuals/MS%20Word%201.00%20for%20DOS%2...
Re: Ask HN: Examples of good technical writing?
#17K&R (" The C Programming Language ") still stands out, at least to me, for its clarity and conciseness. I have yet to see a programming language manual that equals it.
Other books by him.
1. The UNIX programming environment
2. The Practice of Programming
3. The Go Programming Language
Re: Ask HN: Examples of good technical writing?
#18K&R (" The C Programming Language ") still stands out, at least to me, for its clarity and conciseness. I have yet to see a programming language manual that equals it.
Re: Ask HN: Examples of good technical writing?
#19D'arcy Wentworth Thompson wrote what is widely considered to be the most beautiful book in biology, and thankfully he wrote it long enough ago that it's now in the public domain. Every sentence is like a little poem. https://gutenberg.org/ebooks/55264
But as an example of good technical writing in general, I don't think it holds up so well. The style is extremely discursive and there is little structure except for the chapters, many of which are 50 page monoliths. So to me it's more like a work of literature that you take at the author's pace, not a useful repository of technical information for someone whose time and focus are more limited.
Don't get me wrong, I like texts that read well and gradually unfold into a deeper understanding of their subject matter, but in technical writing I also like support for a reader who needs to understand specific aspects of a subject in a form that is convenient to them as a student or professional
Re: Ask HN: Examples of good technical writing?
#20Here's an unusual suggestion... In the 1980s the children's publisher Usborne published computing books for young readers and a few years ago they made the books available for free download. The books use illustrations extensively to explain concepts. Not only are these books well written with clear, concise explanations, they are also more readable and enjoyable than many programming and computing books published fo…
1. You had to type the code in to get it working. There would inevitably be errors which I had to debug and fix that taught me that skill.
2. I had GW-BASIC on DOS while the book used another dialect and it had some "porting guides" in the appendix. I sort of learnt some lower level details from porting the programs to work on my computer.
I also feel that they had a friendly but "gloves off" approach to teaching. They treated their (child) audience as smart, intelligent, small adults rather than kids who needed to be entertained to learn anything and achieved something which, I feel, is missing in many modern books.