praise_idleness, 1 year ago (edited 9 months ago) I once made a PR changing a = f(b) from a = “” if b == “” else f(b). About six months later still in pending review. I get that people have their own shit but damn. edit) Sorry. Clarified the code.
I once made a PR changing a = f(b) from a = “” if b == “” else f(b). About six months later still in pending review. I get that people have their own shit but damn.
a = f(b)
a = “” if b == “” else f(b)
pending review
edit) Sorry. Clarified the code.