Skip to content

EVOS Coding Guidelines

Alexander Smith edited this page Mar 6, 2018 · 3 revisions

EVOS Coding Guidelines

Variable Names

  • Use camelCase
  • If your variable is multiple words long, go from: general ▶️ specific
    • One example:
    • Don't Do
      valueMotorTemperuature temperatureMotorValue

List of sites that are a great resource for C++ practices