mde / true

A JavaScript port of the Unix utility 'true'. Returns the Boolean value `true`
100 stars 26 forks source link

Update index.js #27

Closed GoldenCookieGIT closed 3 years ago

GoldenCookieGIT commented 3 years ago

not false

mde commented 3 years ago

While this is indeed true (or true) in a reverse-tautological fashion, I do have some concerns about the increased overhead of the bang-operator usage. We would need to do some extensive performance benchmarks to determine the viability of such an approach. I'll close this PR for now, but let's resurrect it once we have run all the appropriate and extensive benchmarks necessary for such a major change.