JamitLabs / Jetworking

A multi-module library providing a user-friendly interface for common networking tasks
https://JamitLabs.github.io/Jetworking/
MIT License
4 stars 3 forks source link

URLFactory could be reduced into Client #69

Open mrylmz opened 3 years ago

mrylmz commented 3 years ago

The URLFactory is a class overhead because it does only provide a single make method. Instead of defining that class it would make more sense to add a private extension to the Client.

JensK611 commented 3 years ago

To separate the functionalities and to reduce the complexity of the client it is extracted into a factory.