2024_09_24 - Dutton-Christian-Robotics/Learning-to-Code GitHub Wiki
Activities
- Kahoot
- Talk about naming case
- flat/lower case
- upper case
- camel case
- Pascal case
- snake case
- kebob case
- screaming snake
- screaming kebob
- Getting Setup
- Getting to know Android Studio
- Basic Concepts for Programming in Java
- Copy/Paste/Run Simple Driving
- Make it drive backwards
- Make it turn
Concepts
- DRY: Don't Repeat Yourself
- more repetitive code = more opportunities for small mistakes
- more repetitive code = harder to made broad changes
- Writing reusable methods
- scope