-
Notifications
You must be signed in to change notification settings - Fork 0
Process
Max Krieger edited this page Nov 3, 2016
·
8 revisions
Because of how components are laid out, it's very easy to add/change features.
##When creating a component
- Figure out its classification. Is it an organ? controller?
- Add & label it to the trello board
- Make sure it's somewhat annotated (commented in the top of the class)
- Make sure it's testable (test method)
- Don't make unnecessary/miscellaneous opmodes. Put it in a dedicated testing opmode to test it.
- If you're confident your component will work/not have side effects, put it in master. Otherwise, branch off.
Nothing will be tested if it's not in a testing opmode and you didn't put it in the Test queue in the trello!