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

Refactor: reduce the number of top-level modules, combine common functionality #245

Merged
merged 2 commits into from
Sep 28, 2022

Conversation

jessebraham
Copy link
Member

@jessebraham jessebraham commented Sep 27, 2022

This is the first of three PRs performing various refactorings.

This PR is fairly simple, and does two things:

  • Moves the encoder module into the connection module, as this is the only place it is referenced (and the encoder is an implementation detail).
  • Moves the stubs module into the flasher module. Same reasons as above.

Copy link
Contributor

@bjoernQ bjoernQ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - totally makes sense to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants