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

Fix high cyclomatic complexities using Radon #570

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

katerinka131
Copy link

I have reduced the cyclomatic complexity in three functions that were marked by Radon as too complex The changes include splitting long functions into smaller ones to improve readability removing redundant conditional statements optimizing logic without changing functionality
This is important because it improves code maintainability and readability simplifies future modifications reduces the risk of errors by minimizing complex branching
Verification was done by rerunning Radon complexity has been reduced

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