summaryrefslogtreecommitdiffstats
path: root/README-documentation.md
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2016-06-22 08:45:20 +0200
committerGitHub <noreply@github.com>2016-06-22 08:45:20 +0200
commit6f307b7924a72b38f3f2bf1e8f62a922d68df409 (patch)
tree2a349618d1b67b827df0738c51ca24f79ab7336f /README-documentation.md
parenta9f1b6f1bc23efa52c0f09fea69aa94aa35bb06d (diff)
more best practises
Diffstat (limited to 'README-documentation.md')
-rw-r--r--README-documentation.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README-documentation.md b/README-documentation.md
index 81d5d93199e..01a95ba6ad4 100644
--- a/README-documentation.md
+++ b/README-documentation.md
@@ -62,6 +62,10 @@ Make the text as short, clear, and easy to read as possible:
* Avoid superfluous words such as "very".
* Avoid filler sentences intended to improve the flow of the text - documents are usually browsed, not read anyway.
* Use consistent terminology even when it leads to repetition which would be bad in other kind of writing.
+* Use active form "index the documents", not passive "indexing the documents"
+* Avoid making it personal - do not use "we", "you", "our"
+* Do not use &amp;quot; , &amp;mdash; and the likes - makes the document harder to edit, and no need to use it.
+* Less is more - &lt;em&gt; and &lt;strong&gt; is sufficient formatting in most cases
### Links
@@ -72,4 +76,4 @@ Example:
&lt;h2 id=&quot;my-nice-heading&quot;&gt;My nice Heading&lt;/h2&gt;
If this algorithmic transformation is followed it is possible to link to this section using &lt;a href=&quot;doc.html#my-nice-heading&quot;&gt; without having to consult the html source of the page to find the right id.
-*By Jon Bratseth in June 2016* \ No newline at end of file
+*By Jon Bratseth in June 2016*