Unknownpgr

Principles for Documentation and Writing

2024-04-16 08:47:24 | English, Korean

This post was translated from Korean into English by AI.

Documents and records are fundamentally a means of conveying what we know to other people or to our future selves. Compared with simply remembering information or communicating it verbally, written records offer the following advantages.

Writing, however, has a certain order in which information should be presented. This is generally an order that makes the material naturally easier to understand, or one that society has conventionally agreed to follow. Such an order is necessary because simply describing information as it comes to mind does not necessarily put it into a form that readers can easily absorb.

Of course, this order differs from one kind of writing to another because each has a different purpose and provides a different type of information. This post therefore organizes ways to arrange content by type of writing, in the hope that they will be useful when writing in the future.

When research has been conducted to test a hypothesis, as in an academic paper

User documentation for developed software, such as a program, library, or service

For this kind of writing, it is helpful to place a link at the top that takes readers directly to the usage section, or an emphasized note directing them to a specific section for instructions. Unlike writing intended for a general audience, readers of this kind of document are likely to have encountered it while looking for a solution to a specific need. For these readers, the Introduction or Motivation may be unnecessary.

Technical documentation for software

Technical documentation organizes the information needed to improve or maintain software.


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -