Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/team612/codeconventions
Current versions of all of Chantilly Robotics 612's code and tool conventions documents.
https://github.com/team612/codeconventions
Last synced: about 9 hours ago
JSON representation
Current versions of all of Chantilly Robotics 612's code and tool conventions documents.
- Host: GitHub
- URL: https://github.com/team612/codeconventions
- Owner: Team612
- Created: 2016-05-10T14:36:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-12T04:32:42.000Z (over 3 years ago)
- Last Synced: 2024-11-10T16:12:45.595Z (about 2 months ago)
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code Conventions
## Note: This repository is currently outdated. Please check out [this repository](https://github.com/Team612/612-ProgrammingResources), which should have the most up-to-date code conventions and documentation.
This repository contains ~~the most current~~ outdated versions of all of Chantilly Robotics
612's code and tool conventions documents.Current standards include:
| Language/Tool | Filename |
|---------------|-----------------------|
| C++ | C-CONVENTIONS.md |
| Python | PYTHON-CONVENTIONS.md |
| Git | GIT-CONVENTIONS.md |
| Java | JAVA-CONVENTIONS.md |All added documents should conform to similar naming standards, using the
following format:TOOLNAME-CONVENTIONS.md
Notice that the entire file name excluding the extension is capitalized.
Markdown conventions should be used, including tables, headers, and `code blocks`.