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

Organize functionality into relevant modules #1

Closed
cszatmary opened this issue Sep 9, 2020 · 0 comments · Fixed by #5
Closed

Organize functionality into relevant modules #1

cszatmary opened this issue Sep 9, 2020 · 0 comments · Fixed by #5
Labels
enhancement New feature or request

Comments

@cszatmary
Copy link
Owner

Currently most of the functionality around managing the dotfiles lives in config. This should not be the place for it. config should only be concerned with storing any app state. There should be a separate module (ex: dotfiles) that has the actual logic for working with dotfiles. This should be designed in a way that allows it to be easily tested.

@cszatmary cszatmary added the enhancement New feature or request label Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant