Skip to content
peachoftree edited this page Dec 3, 2014 · 2 revisions
  • Egyptian brackets
public void driveLR(leftSpeed, rightSpeed) {
// some code
}
  • Use camelCase for methods and variables
  • Use uppercase for classes
  • Use lowercase for packages
  • Use all caps for constants
  • Use Javadoc comments
  • Namespace is com.nutrons
  • Don't merge with master unless code works
  • Don't comment out code just delete it
Clone this wiki locally