Please use make lint
to ensure code is properly formatted, license headers are present, and to run the linter.
Please use the following guidelines while documenting code. Except for inline comments, these should all be doc comments (///
).
- At least a brief description
- At least a brief description
- At least a brief description
- At least a brief overall description.
- All variants should have a brief description.
- Any complicated logic should include in-line comments (
//
)