Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Each repository may contain a Readme.md which may contain a more specific statement of the coding conventions for that specific repository, with language-specific and domain-specific requirements.

For Reviewers

...

>Classes/code subdivisions should exist where they make logical sense.

>Commits and PRs should have a logical scope

...

Outside interfaces need comments explaining all inputs and outputs, as well as a general description of what it’s its function is.

exampleExample:

For repo owners and toolchain managers

...