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
When you right click on a variable in the robot panel, you may open up the properties of said variable. In the properties panel there is a place to edit some information of the variable.
Whenever you update a variable, update this information.
This is the info that should be there:
What does the variable do?
Where is it plugged into?
What determines this variable?
What depends on this variable?
This way, if anyone is unsure of a variables purpose, or doesn't have time to search through every VI, they will be able to figure out what it does.
Additionally, remember to follow the naming standards when creating variables.
All of this will ensure that our code is clean, comprehensive, and allow us to minimize bugs.
The text was updated successfully, but these errors were encountered:
When you right click on a variable in the robot panel, you may open up the properties of said variable. In the properties panel there is a place to edit some information of the variable.
Whenever you update a variable, update this information.
This is the info that should be there:
What does the variable do?
Where is it plugged into?
What determines this variable?
What depends on this variable?
This way, if anyone is unsure of a variables purpose, or doesn't have time to search through every VI, they will be able to figure out what it does.
Additionally, remember to follow the naming standards when creating variables.
All of this will ensure that our code is clean, comprehensive, and allow us to minimize bugs.
The text was updated successfully, but these errors were encountered: