Skip to content

Refactored algorithms to increase maintainability and support redability. #118

Open
Ayushverma8 wants to merge 10 commits intokevin-wayne:masterfrom
Ayushverma8:master
Open

Refactored algorithms to increase maintainability and support redability. #118
Ayushverma8 wants to merge 10 commits intokevin-wayne:masterfrom
Ayushverma8:master

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