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

Fixing some constructor edge cases #373

Merged
merged 6 commits into from
Jul 27, 2021
Merged

Fixing some constructor edge cases #373

merged 6 commits into from
Jul 27, 2021

Conversation

belav
Copy link
Owner

@belav belav commented Jul 26, 2021

closes #298

@belav belav merged commit 3da2388 into master Jul 27, 2021
@belav belav deleted the constructor-edge-cases branch July 27, 2021 22:45
Comment on lines +204 to +206
constraintClauses,
parameterGroupId
)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do you think we should half-indent ternary operators?
That way, the closing parenthesis will be aligned with the start of the method.

And things that aren't method calls (e.g. binary operators) usually indent themselves anyway, so they should look fine.

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.

Constructor with Base edge cases
2 participants