You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 booleans check.
3. Put on-select actions as a local function too.
4. Align parameters Google-style.
I also added blank lines around some code blocks.
QA: tested on a pY project that the corresponding window selects and
deselects things as usual.
This ticket is a part of #256.
It doesn't fix it, but it works towards addressing it.
0 commit comments