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

Refactoring method names in DbStore classes #90

Merged
merged 1 commit into from
Mar 25, 2017

Conversation

mtlynch
Copy link
Collaborator

@mtlynch mtlynch commented Mar 24, 2017

The calling semantics of the DbStore classes are a bit redundant because we
end up with calls like 'temperature_store.store_temperature'. The class name
gives the type, so we don't have to repeat it in the method. I think if we do
this, it opens up the door to some refactoring around managing multiple
db store instances of different types.

The calling semantics of the DbStore classes are a bit redundant because we
end up with calls like 'temperature_store.store_temperature'. The class name
gives the type, so we don't have to repeat it in the method. I think if we do
this, it opens up the door to some refactoring around managing multiple
db store instances of different types.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 81.985% when pulling 35f5828 on mtlynch:simple-dbstore-naming into 9eb9756 on JeetShetty:master.

@mtlynch mtlynch merged commit a562f1f into JeetShetty:master Mar 25, 2017
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

Successfully merging this pull request may close these issues.

None yet

3 participants