Expand a style-guide principle: readability in plain text
This commit is contained in:
parent
e69336efe0
commit
d6f88b544d
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ following principles (in rough priority order):
|
||||||
- avoiding misleading formatting
|
- avoiding misleading formatting
|
||||||
- accessibility - readable and editable by users using the the widest
|
- accessibility - readable and editable by users using the the widest
|
||||||
variety of hardware, including non-visual accessibility interfaces
|
variety of hardware, including non-visual accessibility interfaces
|
||||||
- readability of code when quoted in rustc error messages
|
- readability of code in contexts without syntax highlighting or IDE
|
||||||
|
assistance, such as rustc error messages, diffs, grep, and other
|
||||||
|
plain-text contexts
|
||||||
|
|
||||||
* aesthetics
|
* aesthetics
|
||||||
- sense of 'beauty'
|
- sense of 'beauty'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue