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 reddit-module into multiple logically organized modules #3

Open
intrepidOlivia opened this issue Jul 20, 2018 · 0 comments
Open
Labels
tech-debt tasks related to refactoring/clean code/optimization

Comments

@intrepidOlivia
Copy link
Owner

The most obvious new module is the "reddit access" functions that handle making requests and acquiring tokens.

Possibly consider one module for user-related queries and one module for subreddit/post-related queries (another one for votes, maybe?)
Alternatively: one module for comments, one module for posts.

Meanwhile all the exported functions could remain a part of reddit-module, and their internals separated out accordingly.

@intrepidOlivia intrepidOlivia added enhancement tech-debt tasks related to refactoring/clean code/optimization and removed enhancement labels Jul 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-debt tasks related to refactoring/clean code/optimization
Projects
None yet
Development

No branches or pull requests

1 participant