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

Use "options bag" for BaseControllerV2 constructor #388

Merged
merged 2 commits into from
Mar 15, 2021

Conversation

Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Mar 12, 2021

The BaseControllerV2 constructor now uses an options bag for parameters instead of positional parameters. This improves the readability of the constructor, making it easier to tell what each parameter is for.

@Gudahtt Gudahtt requested a review from a team as a code owner March 12, 2021 13:57
@Gudahtt Gudahtt force-pushed the use-options-bag-for-base-controller-v2-constructor branch from ab539df to f17a741 Compare March 12, 2021 17:31
The BaseControllerV2 constructor now uses an options bag for parameters
instead of positional parameters. This improves the readability of the
constructor, making it easier to tell what each parameter is for.
@Gudahtt Gudahtt force-pushed the use-options-bag-for-base-controller-v2-constructor branch from f17a741 to 9bc3d11 Compare March 15, 2021 14:17
Copy link
Contributor

@brad-decker brad-decker left a comment

Choose a reason for hiding this comment

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

LGTM

@Gudahtt Gudahtt merged commit 2aa59fa into develop Mar 15, 2021
@Gudahtt Gudahtt deleted the use-options-bag-for-base-controller-v2-constructor branch March 15, 2021 14:37
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
The BaseControllerV2 constructor now uses an options bag for parameters
instead of positional parameters. This improves the readability of the
constructor, making it easier to tell what each parameter is for.
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
The BaseControllerV2 constructor now uses an options bag for parameters
instead of positional parameters. This improves the readability of the
constructor, making it easier to tell what each parameter is for.
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