The use of utils in ember such as `isPresent`, `isEmpty`, and `isBlank` in condition statements produces counter-intuitive results. Should we remove the use of all or some in favor of vanilla JavaScript operators?
The use of utils in ember such as
isPresent,isEmpty, andisBlankin condition statements produces counter-intuitive results.Should we remove the use of all or some in favor of vanilla JavaScript operators?