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

Abstract away filesystem writes. #71

Open
KrishKayc opened this issue Oct 15, 2020 · 0 comments
Open

Abstract away filesystem writes. #71

KrishKayc opened this issue Oct 15, 2020 · 0 comments

Comments

@KrishKayc
Copy link
Contributor

The app directly writes to files and creates directories. Example saveSite() => os.MkdirAll, iouti.WriteFile.

We need to abstract away these file writing and directory creation into an interface. (Ex: Writer, FSHandler etc..)

This will help in unit test being independent of filesystem and faster unit tests in general (From unit tests, we can use our mock fswriter)

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