Skip to content

Extract a "first-class" router out of the Router instances #2

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

Open
owickstrom opened this issue Mar 6, 2017 · 0 comments
Open

Extract a "first-class" router out of the Router instances #2

owickstrom opened this issue Mar 6, 2017 · 0 comments

Comments

@owickstrom
Copy link
Collaborator

Right now, the instances of Router implement routing itself, and they are starting to become complex. The routing mechanisms should be separated out into a more general thing that can be tested by itself. The instances of Router (which would perhaps need to be renamed) should only build up the router structure, and then the router would be run as its own thing.

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

No branches or pull requests

1 participant