You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each branch is completely lowercase, has dashes (“-“) for spaces. Each branch is an area for the robot (example: drive, test-mode)
VI’s, shared variables follow camelCase, in the pattern “nameofbranchRole”. For example, “driveCheesy” or “armMove” for VIs, “driveThrottle” for shared variables.
Front panel objects can drop the branchName, and just go with the “roleMoreInfoAboutRole” type of name, in camelCase style.
Further discussion about naming standards can go on in this issue thread; anything that goes on IRL should be posted here too.
The text was updated successfully, but these errors were encountered:
Each branch is completely lowercase, has dashes (“-“) for spaces. Each branch is an area for the robot (example: drive, test-mode)
VI’s, shared variables follow camelCase, in the pattern “nameofbranchRole”. For example, “driveCheesy” or “armMove” for VIs, “driveThrottle” for shared variables.
Front panel objects can drop the branchName, and just go with the “roleMoreInfoAboutRole” type of name, in camelCase style.
Further discussion about naming standards can go on in this issue thread; anything that goes on IRL should be posted here too.
The text was updated successfully, but these errors were encountered: