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.
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |