Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Factor references out of OpMode/improve IHardware #6

Open
jamestmartin opened this issue Feb 8, 2018 · 0 comments
Open

Factor references out of OpMode/improve IHardware #6

jamestmartin opened this issue Feb 8, 2018 · 0 comments
Assignees
Projects

Comments

@jamestmartin
Copy link

As-is OpMode is a monolithic mess, so we should try to avoid static references to it, or worse, passing the entire thing around everywhere. However, IHardware does not suitably fill this role. We should rethink how hardware objects and more importantly hardware.idle() are passed around.

@jamestmartin jamestmartin added this to Planned in Off season via automation Feb 8, 2018
@jamestmartin jamestmartin self-assigned this Feb 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Off season
  
Planned
Development

No branches or pull requests

1 participant