#writing
Things that I (as a non-native English speaker) was unsure about and which I decided upon or looked up.
- American English (e.g. I write "prioritization" instead of "prioritisation")
- Bullet point lists end without a full-stop, unless the bullet point items represent different endings of a sentence
- [[Gender-inclusive language]]
- No [contractions](https://en.wikipedia.org/wiki/Wikipedia:List_of_English_contractions) (e.g. I write "I am" instead of "I'm")
- I add **'s** to names ending with an s. For example, I write "Marcus's" instead of "Marcus'". Both ways are [considered to be correct](https://www.grammarly.com/blog/possessive-case/)
- Only format code as code, e.g. `console.log('hello world');`. Package names are not code
- Write file and folder names in italics, e.g. *package.json*
## To decide
- Use [title case](https://en.wikipedia.org/wiki/Title_case) or not? I do not particularly like it, but it seems to be a standard thing