You've learnt that repetitive sequences of code can be reused as methods.
But even with methods... our code files can still become very hard to navigate.
And even with methods... our code can still deal with LOTS of different unrelated logic
Robot-specific examples: a single code file could contain logic for:
- getting input from gamepads
- writing information to telemetry
- controlling many different motors, servos, etc.