We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f9ff3 commit d606f3eCopy full SHA for d606f3e
contributing/code/standards.rst
@@ -103,7 +103,8 @@ Structure
103
* Always use `identical comparison`_ unless you need type juggling;
104
105
* Use `Yoda conditions`_ when checking a variable against an expression to avoid
106
- an accidental assignment inside the condition statement;
+ an accidental assignment inside the condition statement (this applies to ``==``,
107
+ ``!=``, ``===``, and ``!==``);
108
109
* Add a comma after each array item in a multi-line array, even after the
110
last one;
0 commit comments