Skip to content

Conversation

@evanpurkhiser
Copy link
Member

Address code review feedback from Dan to replace the double negative
not any(not env.is_muted ...) with the clearer all(env.is_muted ...).
Both are logically equivalent but all() is much more readable.

…ative

Address code review feedback from Dan to replace the double negative
`not any(not env.is_muted ...)` with the clearer `all(env.is_muted ...)`.
Both are logically equivalent but all() is much more readable.
@evanpurkhiser evanpurkhiser merged commit c7728a8 into master Nov 20, 2025
68 checks passed
@evanpurkhiser evanpurkhiser deleted the evanpurkhiser/ref-crons-simplify-is-muted-logic-using-all-instead-of-double-negative branch November 20, 2025 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants