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: manage keepers in app.go in a map for better organization #2013

Merged
merged 3 commits into from
Nov 6, 2023

Conversation

cgorenflo
Copy link
Contributor

This commit refactors the management of keepers in app.go to a map instead of individual variables. This decouples the initialization steps of the individual components, so they can be more easily extracted in subsequent refactorings.

app/app.go Show resolved Hide resolved
app/app.go Show resolved Hide resolved
app/app.go Show resolved Hide resolved
app/app.go Show resolved Hide resolved
app/app.go Outdated Show resolved Hide resolved
@cgorenflo cgorenflo requested a review from a team as a code owner November 3, 2023 14:36
This commit refactors the management of keepers in app.go to a map instead of individual variables. This decouples the initialization steps of the individual components, so they can be more easily extracted in subsequent refactorings.
@cgorenflo cgorenflo merged commit 517e819 into main Nov 6, 2023
7 checks passed
@cgorenflo cgorenflo deleted the use-keeper-map branch November 6, 2023 19:32
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.

3 participants