Software Information - 2635Lakemonsters/T-Shirt-Robot GitHub Wiki
#Software Information
Why hello there smart person! Since there's really only two people on the software team, I can afford to make such a strong and bold remark. Anyways, there isn't much documentation software can do, so this page will be devoted to Standards. Read carefully Tristan.
##Variables used for ID's Any variable used to store an ID for a Talon, Joystick, Axis, ect, should be in the following format.
id_VARIABLENAMEALLCAPS
##Variables used for Objects Any variables used to reference objects, such as Talons and whatnot, should be in the following format (CamelCase).
objectVariableName
##Methods Despite what we've been doing, methods should be in CamelCase.
thisIsAMethod