-
I have a real bad habit of using
_as a temp variable for small array iterators. Like val.map(_ => parseInt(_, 10)) It bad because it confuses everyone who's new to JavaScript: "how/why is lodash being using?" Is double bad when newbies pick up my bad habit🤦