-
Notifications
You must be signed in to change notification settings - Fork 17
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 the store to share code #959
Comments
Test coverage of
|
After working on this for a bit, it seems like natural spots to refactor are:
|
#1259 addresses this issue. In general, we introduced the concept of a Two outstanding items for future work:
|
github-project-automation
bot
moved this from 👀 In review
to ✅ Done
in Pepr Project Board
Oct 28, 2024
github-project-automation
bot
moved this from 👀 In review
to ✅ Done
in Pepr Project Board
Oct 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe what should be investigated or refactored
The controller Store has several nested function that are extremely similar, I think we can refactor the store code and reduce a lot of duplicated code.
Links to any relevant code
https://github.com/defenseunicorns/pepr/blob/main/src/lib/controller/store.ts
Additional context
Add any other context or screenshots about the technical debt here.
The text was updated successfully, but these errors were encountered: