summaryrefslogtreecommitdiff
path: root/doc/data/messages/u/use-implicit-booleaness-not-comparison-to-zero/details.rst
blob: 670633b2ab9bea2915cca4447487fe341afd6d87 (plain)
1
2
3
Following this check blindly in weakly typed code base can create hard to debug issues. If the value
can be something else that is falsey but not an ``int`` (for example ``None``, or an empty string),
the code will not be equivalent.