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

embedded issuers #388

Merged
merged 11 commits into from
Apr 3, 2024
Merged

embedded issuers #388

merged 11 commits into from
Apr 3, 2024

Conversation

plusema86
Copy link
Contributor

No description provided.

@plusema86 plusema86 requested a review from 5eeman April 3, 2024 07:40
} else {
return null;
}

Copy link
Contributor

@5eeman 5eeman Apr 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe just add something like

final value = parsedValue ? trueValues : falseValues;

That would allow us to remove at least 3 conditional branches.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok let me check if I can simplify this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

refactored

Copy link
Contributor

@5eeman 5eeman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment and ready to merge.

Copy link
Contributor

@5eeman 5eeman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@plusema86 plusema86 merged commit ad8b622 into develop Apr 3, 2024
1 of 3 checks passed
@plusema86 plusema86 deleted the feature/develop-embedded-issuers branch April 3, 2024 12:24
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.

2 participants