I personally feel that
if x: pass else: pass
is easier to read and edit than
if not x: pass else: pass
Next patches will add one more if-else clause.
hg-reviewers |
I personally feel that
if x: pass else: pass
is easier to read and edit than
if not x: pass else: pass
Next patches will add one more if-else clause.
No Linters Available |
No Unit Test Coverage |