ftc-9773 / ftc_app_9773_velocity_vortex

Robocracy 9773's official code for the 2016-17 FTC Velocity Vortex challenge
1 stars 3 forks source link

Design Patterns: Add the usage of Factory method pattern and Filter / Criteria pattern to the Engineering Notebook #74

Closed ram4robotics closed 7 years ago

ram4robotics commented 7 years ago

https://en.wikipedia.org/wiki/Factory_method_pattern

You are using Factory method pattern in the creation of drive system objects.

https://www.tutorialspoint.com/design_pattern/filter_pattern.htm

Filter pattern is used in NavigatonChecks class.

Use of design patterns will be appreciated by the programming judges, so be sure to mention this to them when they come to the pit station for more questions.