-
Notifications
You must be signed in to change notification settings - Fork 553
Closed
Labels
E-mediumDifficulty: might require some prior knowledge or code readingDifficulty: might require some prior knowledge or code reading
Description
Some of this material exists already scattered about, and/or maybe this overlaps with the glossary, but I think it'd be helpful to try and capture some common conventions.
Here are some things I'm thinking about:
- How to format code (document the test infrastructure #47)
- Um... kind of a mess. Hopefully we'll move to rustfmt.
- Naming conventions (maybe this should just be in the glossary, actually?)
- the
cx
suffix -- short for "context" -
'tcx
and'gcx
-- mostly direct elsewhere for detailed explanation?
- the
- When to add/avoid adding dependencies from crates.io? What is the vetting process?
- Whitelisting?
- What else?
Metadata
Metadata
Assignees
Labels
E-mediumDifficulty: might require some prior knowledge or code readingDifficulty: might require some prior knowledge or code reading