Skip to content

Conversation

@simran7s
Copy link
Owner

made use of the Adapter Design pattern by creating locationServiceAdapter.py. This file removes the need to create a get_all() and get() method in the data source location service classes.

Additionally, I moved the get_location() method of each data source into their corresponding Location Server class so that the get_all() and get() methods in the Adapter file can retrieve the locations.

@simran7s simran7s closed this Nov 10, 2021
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.

1 participant