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

Refactored algorithms to increase maintainability and support redability. #118

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

Ayushverma8
Copy link

  1. Renamed variable and extracted couple of methods to increase method readability.
  2. Extracted new class from existing class QuickX to differentiate between methods. This is in favour of Single Responsibility Model.
  3. Used pull-up and push-down refactoring concepts to support non-dependability on the super class.
  4. Moved method to a class where it is being used most. This will help to bind like tasks together.

If you have any suggestions, I am more than happy to accomodate. Please reach me here or on ayushverma8@outlook.com.

Cheers

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