Okay pylint, if I split this into 8 functions, I still have 4 fors and 4 ifs.
for . in things:
if cond:
for . in things:
if cond:
for . in things:
for . in things:
if cond:
do this
if cond:
do that
Post
May 2, 2021
May 2, 2021
Okay pylint, if I split this into 8 functions, I still have 4 fors and 4 ifs.
for . in things:
if cond:
for . in things:
if cond:
for . in things:
for . in things:
if cond:
do this
if cond:
do that