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

Removed unused method in IClientHandler interface. #34

Open
TheDudeFromCI opened this issue May 22, 2020 · 0 comments
Open

Removed unused method in IClientHandler interface. #34

TheDudeFromCI opened this issue May 22, 2020 · 0 comments
Labels
Code Quality Adjustments to the quality or condition of the code or API.

Comments

@TheDudeFromCI
Copy link
Owner

The readData(IConnectedClient) method within the IClientHandler isn't called anywhere. Its function is redundant, as the intended process is already handled by the IDataHandler class. This method should be removed to avoid useless clutter.

@TheDudeFromCI TheDudeFromCI added the Code Quality Adjustments to the quality or condition of the code or API. label May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Quality Adjustments to the quality or condition of the code or API.
Projects
None yet
Development

No branches or pull requests

1 participant