ucsb-coast-lab / moos-ivp-ucsb

A collection of MOOS applications and IvP behaviors developed by the COAST Lab at UCSB
6 stars 1 forks source link

consistent styling #13

Open sgillen opened 9 years ago

sgillen commented 9 years ago

need to go through all the stuff I wrote and make sure all the variable / function names are using the same convention

lower_case_underscores for variables camelCase for functions/classes

might also want to be consistent about member variables vs local?