permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 63874c024b4f29d861df701ec02a957c0d681628
parent 825ce9705b1e17acdf8fc7a749df907ef8c1fc7a
Author: viznut_web <viznut_web@web>
Date:   Thu, 30 Jun 2022 18:17:37 +0200

mention textbooks

Diffstat:
Mdocumentation.mdwn | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation.mdwn b/documentation.mdwn @@ -17,7 +17,7 @@ * Provides context * Discusses alternatives & opinions -In some cases, a discussion that is superficially about a single system may contain deeper insights that make it closer to **wisdom literature**. This type of literature may help pass design wisdom from a generation to another. +In some cases, a discussion that is superficially about a single system may contain deeper insights that make it closer to **wisdom literature**. This type of literature may help pass design wisdom from a generation to another. **Textbooks** may also come close to wisdom literature. **Reference guides** are technical descriptions of the machinery and how to operate it. They are code-determined, because ultimately that's what they describe: key classes, functions, APIs, and so they should list things like functions, fields, attributes and methods, and set out how to use them.