EZ-Robotics / EZ-Template

Simple plug-and-play PROS template that handles drive base functions for VEX robots.
https://ez-robotics.github.io/EZ-Template/
Mozilla Public License 2.0
69 stars 27 forks source link

Reevalute all function/variable names #65

Closed ssejrog closed 7 months ago

ssejrog commented 2 years ago

Names weren't given much thought and should be as intuitive as possible. This should be the final thing done along with #50 before the 3.0 beta is sent out.

All auton selector relating things will be moved to EZ-GUI and will be included with the example project by default.

mkhlb commented 2 years ago

function and method documentation comments should also on the docket for reevaluation

ssejrog commented 2 years ago

Remember 4" wheels are actually 4.125! comments should be modified to remind new teams that only the old 4" wheels are 4.125, the new ones are 4".

Maybe instead of modifying the comment in code, we have a place on the website to tell people what size their wheels are and how to figure out their drive ratio easier.

ssejrog commented 2 years ago

The standardization of naming should lead to the (overdue) creation of contributing guidlines.

Ryan4253 commented 2 years ago

use camalCase instead of snake_case?