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
After some exploring with cyclomatic complexity tools (lizard), the function was found to have the second highest complexity.
Low complexity allows for higher readability, testability and maintainability.
Refactor
N/A
The text was updated successfully, but these errors were encountered:
Merge pull request #5002 from djikoSal/refactor-curl-to-request-kwargs
f95ebd8
Refactor curl_to_request_kwargs #5001
Successfully merging a pull request may close this issue.
Summary
After some exploring with cyclomatic complexity tools (lizard), the function was found to have the second highest complexity.
Motivation
Low complexity allows for higher readability, testability and maintainability.
Solution
Refactor
Additional context
N/A
The text was updated successfully, but these errors were encountered: