-
Notifications
You must be signed in to change notification settings - Fork 32
Style Guide
Tiana Ton Nu edited this page Apr 20, 2019
·
3 revisions
Try your best to adhere to PEP 8. We won't be as strict as professional developers, but ensure that your code follows the most important rules:
- 79-character max line length
- 4-space tabs
- CamelCase for class names and lowercase_with_underscores for variables and function names
- 2 newlines between functions
- Project Overview
- Dependency List
- GCS JSON Message Formatting
- Dronekit mission_basic.py
- Continuous Integration with Travis
- Engineering Requirements
- Test Hierarchy
- Style Guide
- Glossary