We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Claim is currently buried in the emission implementation, causing a confusing interface wherein the return value of a function is unclear.
Consider extracting the claim flow to a separate function to avoid this.
The text was updated successfully, but these errors were encountered:
Opted to just change the module interface to retain the optimization that including the claim flag on update_user_emissions flag brings.
update_user_emissions
This way, the functions are still easy to test, and don't duplicate excess code, while still making the code paths clear to developers and consumers.
Sorry, something went wrong.
mootz12
Successfully merging a pull request may close this issue.
Claim is currently buried in the emission implementation, causing a confusing interface wherein the return value of a function is unclear.
Consider extracting the claim flow to a separate function to avoid this.
The text was updated successfully, but these errors were encountered: