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

refactor Flags.validate in src/flags.js #334

Open
wants to merge 5 commits into
base: f24
Choose a base branch
from

Conversation

tu2463
Copy link

@tu2463 tu2463 commented Aug 31, 2024

Description
Refactor Flags.validate in src/flag.js to reduce its Cognitive Complexity by adding a helper function 'checkSelfFlagError' to replace a nested function and a optional chaining to remove unnecessary checks.
Also added test cases for the refactored code.

Related Issue
Resolves #333

@coveralls
Copy link

coveralls commented Sep 2, 2024

Pull Request Test Coverage Report for Build 10730752978

Details

  • 7 of 7 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.04%) to 82.708%

Totals Coverage Status
Change from base Build 10607818019: 0.04%
Covered Lines: 22333
Relevant Lines: 25586

💛 - Coveralls

Copy link

sonarcloud bot commented Sep 6, 2024

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.

Refactor code in src/flag.js
2 participants