Skip to content

Commit

Permalink
refactor: manage keepers in app.go in a map for better organization
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cgorenflo committed Nov 2, 2023
1 parent 2141719 commit a016b22
Showing 1 changed file with 241 additions and 191 deletions.
Loading

0 comments on commit a016b22

Please sign in to comment.