Skip to content

Conversation

@M-Antonio12
Copy link
Owner

This pull request makes use of the facade structural design pattern within services/location/jhu.py. Here this design pattern as simple as it may be adds simplicity to the reader and user. Here a new folder names jhu_facade was created to call the classes within jhu. This was done so that developers may have a class which simply provides the class and function provide by those classes rather than having to deal with the complexity of these classes and function implementations. Which is exactly what the facade pattern provides.

Moving forward these classes can be used and understood without have to go throught the task of reviewing the complex implementation.

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.

2 participants