ENVY/QA User Guide
:
Code Critic
:
Method Reviews
:
Should Use IsEmpty
Should Use IsEmpty
Warns if a method misuses #size; for example, as in:
object size > 0
instead of:
object notEmpty
Use #
isEmpty
and #
notEmpty
.
Last modified date: 05/19/2020
This site works best with JavaScript enabled