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

WriteService that not a ReadService #3

Open
hsum opened this issue Jan 15, 2015 · 0 comments
Open

WriteService that not a ReadService #3

hsum opened this issue Jan 15, 2015 · 0 comments

Comments

@hsum
Copy link

hsum commented Jan 15, 2015

Hi,

What do you think about having a WriteService that is truly able to write only, not read? This would be useful for applications that openly consume information that might be sensitive/personal. You probably don't want to make that information openly readable though. That's just an example off the top of my head. There are probably better use cases existing out in the wild.

This would also imply renaming the current WriteService to ReadWriteService. There is potential breakage there, but I like accurate names and, if it's going to happen, the sooner the better.

from service.py :
class WriteService(ReadService):

thanks.

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