Echo JS 0.11.0

<~>

MaxArt comments

MaxArt 1206 days ago. link 2 points
I don't see how this post could have 9 upvotes in such a short time. Quite suspect to say the least.
MaxArt 1220 days ago. link 2 points
PSA: use only #2.
If you *really* need it, put a warning comment for #1.
Avoid #3 (unless you're generating code), and for #4 use Number rather than an easy-to-miss unary operator.
MaxArt 1229 days ago. link 1 point
"Threats"? Isn't "risks" a better term here?
MaxArt 1234 days ago. link 2 points
Even if it's something free, it's still SPAM.
MaxArt 1234 days ago. link 2 points
There's a misunderstanding: I mainly use `slice` too. I only use `substr` if I have the length of the substring I need. That's its added value.

What I stopped using altogether is `substring`.
[more]