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
LOOP_WARN_THRESHOLD = 1, LOOP_FAIL_THRESHOLD = 4, 0.05, 0.6, 40 (element limit), 75 (JPEG quality) are all unexplained inline values. Should be named constants.
Magic numbers throughout
LOOP_WARN_THRESHOLD = 1, LOOP_FAIL_THRESHOLD = 4, 0.05, 0.6, 40 (element limit), 75 (JPEG quality) are all unexplained inline values. Should be named constants.