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

♻️ Favor class_attribute over constant #2017

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

jeremyf
Copy link
Contributor

@jeremyf jeremyf commented Oct 10, 2023

In Adventist, we're needing to override the constant's values. By
making this a class_attribute we can more readily do the override via
configuration instead of obliteration of a constant.

@jeremyf jeremyf force-pushed the favor-class-variable-over-constant branch from 7afce39 to 6f1e227 Compare October 10, 2023 13:12
In Adventist, we're needing to override the constant's values.  By
making this a class_attribute we can more readily do the override via
configuration instead of obliteration of a constant.
@jeremyf jeremyf force-pushed the favor-class-variable-over-constant branch from 6f1e227 to 6ccd618 Compare October 10, 2023 13:30
@jeremyf jeremyf merged commit c114626 into adventist_dev Oct 10, 2023
1 check failed
@jeremyf jeremyf deleted the favor-class-variable-over-constant branch October 10, 2023 13:47
@kirkkwang kirkkwang mentioned this pull request Jan 5, 2024
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.

2 participants