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

flatten whistle projection to have fewer functions in files to improve readability #5

Open
torstees opened this issue Mar 25, 2022 · 0 comments

Comments

@torstees
Copy link
Collaborator

The current approach to creating few, large whistle "modules" is borrowed from google's examples. Because a lot of functions have ended up being used by more than one "module", placing these in their own file will make the projectors easier to read overall. Also, modules that contain related but very different resources make for slower development times as the files have become large in some cases. Having more clearly named whistle files with a singular purpose seems likely to be a better approach than globbing all questionnaire related resources together in the same massive module.

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