-
Notifications
You must be signed in to change notification settings - Fork 69
Documentation Guidelines
The Guy With The Manual edited this page Mar 10, 2023
·
25 revisions
General Documentation Guidelines
We recommend following the rules below:
- Always use Present Simple.
- Use Active Voice.
- Avoid Passive Voice as much as possible. If you don't know how to describe something in Active Voice, use the Passive Voice.
- Avoid complicated and long sentences. It’s better to break down one long sentence into to 2-3 short ones.
- Default Style Guides: Google Developer Documentation — https://developers.google.com/style MS Style Guide -- https://learn.microsoft.com/en-us/style-guide/welcome/
- Carefully choose a name for a new Property since further renaming might be difficult.
- Do not forget to add a description to Code Doc for all the newly created Properties.