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

refactor: Unwrap a one-liner #301

Merged
merged 1 commit into from
Oct 5, 2024
Merged

refactor: Unwrap a one-liner #301

merged 1 commit into from
Oct 5, 2024

Commits on Oct 5, 2024

  1. refactor: unwrap a one-liner

    The idea was to make this part of code more readable.
    For this, the following steps were taken:
    1. Split booleans into one equality or expression per boolean.
    2. Explain with local names what the boolean conditions check.
    3. Put on-select actions as a local function too.
    4. Align parameters Google-style.
    
    QA: tested on a pY project that the corresponding window selects
    and deselects things as usual.
    shpaass committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    1690a77 View commit details
    Browse the repository at this point in the history