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 human input to a separate module #35

Open
jakebeal opened this issue Jul 26, 2019 · 0 comments
Open

Refactor human input to a separate module #35

jakebeal opened this issue Jul 26, 2019 · 0 comments
Milestone

Comments

@jakebeal
Copy link
Collaborator

The places where the script gets input from a human are currently inline with the logic code, which makes it difficult to test or to change input source in the future (e.g., from command line to Jupyter or web interface).

We should refactor those requests for input into a separate module, which gets called to get input. That module can then be readily reconfigured to provide options for alternate inputs if desired.

@jakebeal jakebeal added this to the 1.1 milestone Jul 26, 2019
@jakebeal jakebeal modified the milestones: 1.2, 2.0 Jan 30, 2020
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

No branches or pull requests

1 participant