This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Contribution Guide #3
Milestone
Comments
Any of FIRST's code which you have commented out, modified, or removed should be noted with |
Updated original comment, including that change. Thanks. |
Just as a note, following standard Java and Android comment conventions, that should be:
or
with a leading space and capitalized first letter. |
Good point. |
Any code that would require a dependency on another module should be kept out of the OpenFTC module, and likely placed in the same module as the code it depends on. This is to prevent circular dependencies. If possible, place new classes in other modules in a |
You can help by giving yourself the tester role on Discord |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
// Modified for OpenFTC
or// Modified for turbo
, as appropriateThe text was updated successfully, but these errors were encountered: