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

Make method less complex by extracting private methods #625

Merged
merged 1 commit into from
Sep 26, 2020

Conversation

FSchumacher
Copy link
Contributor

Description

Extract functionality of a complex method into named private methods

Motivation and Context

Sonar will rant, if methods are too complex and I think named methods make the code more readable.

How Has This Been Tested?

Let the ci run the tests.

Screenshots (if appropriate):

Types of changes

  • Code style

Checklist:

  • My code follows the code style of this project.
  • I have updated the documentation accordingly.

@FSchumacher FSchumacher merged commit 34ace7b into apache:master Sep 26, 2020
@FSchumacher FSchumacher deleted the make-method-less-complex branch September 26, 2020 12:20
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