Kikobeats / js-mythbusters

:ghost: STHAP js, where is my perf?
https://mythbusters.js.org
MIT License
632 stars 68 forks source link

Added a warning of using binary operator for parsing strings #66

Closed MartinMuzatko closed 6 years ago

MartinMuzatko commented 6 years ago

I would consider offering a binary operator as an option to parse strings as a little careless. This option may seem superior to developers - since it always returns a number. So developers unaware of the 32-bit nature of this operator, may pick it instead of a proper parsing alternative.

Kikobeats commented 6 years ago

Awesome, Thanks!