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

Better abstraction of platform independent pieces #19

Open
seanshahkarami opened this issue Feb 17, 2017 · 0 comments
Open

Better abstraction of platform independent pieces #19

seanshahkarami opened this issue Feb 17, 2017 · 0 comments
Assignees

Comments

@seanshahkarami
Copy link
Member

I need to do a more thorough review of pieces of code which are not really tied to the hardware.

For example, the command reader / parser has almost nothing to do with the Wagman itself. That is, that same code run on my machine.

This will make it easier to start unit testing some of the more portable pieces of code. Some examples I can think of offhand are:

  • Command reader / parser
  • Device models / state machines
  • Timers / clocks (should be mockable to test events after certain amounts of time have passed)
  • Scheduler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant