-
Notifications
You must be signed in to change notification settings - Fork 1
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
Concurrent Enrichment Extractions #78
Conversation
Code quality scoreNice work!! The code quality has improved for this PR! ✨ 🌈 🎉 🌟
|
I have refactored this A LOT. At the beginning the CQ increase was a lot worse, and i've managed to get it to here which is far better. The remaining reeks are things that I don't necessarily agree with, such as moving the EnrichmentExtractionProcess concern private methods into a utility class (which I don't love as I want to keep the logic near where its being used since they should only ever be used within the Needless to say I am comfortable with the increase and have thought about this a lot 😁 |
app/supplejack/extraction/concerns/enrichment_extraction_process.rb
Outdated
Show resolved
Hide resolved
app/supplejack/extraction/concerns/enrichment_extraction_process.rb
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @danielaboost! Very cool
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work mate, cool improvement!
Acceptance Criteria
Notes
What we've done