Michael Peirce
Results
12
comments of
Michael Peirce
I'm in favor of removing it. It just has so many false positives.
For `assert.false`/`assert.true`, it should make sure that there's a possibility that the value is `false`/`true` respectively, instead of making sure that it's always a boolean. `assert.true` should work for a...