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
Connection.poll_transmit is 582 lines. I think it should be split up somehow.
Maybe a good place to start would be to factor out the body of the loop over spaces? It accounts for 380 lines, and factoring it out would reduce rightward drift.
The text was updated successfully, but these errors were encountered:
I've long had a guideline that single-call functions are little suspect, so not sure this is the right direction (but, I haven't looked at your draft PR yet).
Connection.poll_transmit
is 582 lines. I think it should be split up somehow.Maybe a good place to start would be to factor out the body of the loop over spaces? It accounts for 380 lines, and factoring it out would reduce rightward drift.
The text was updated successfully, but these errors were encountered: