DEV Community

Discussion on: PolyFull - enhance js capabilities

Collapse
 
insidewhy profile image
insidewhy • Edited

Most of this stuff is available in lodash without the pitfalls of having so many global functions. This is really bad practice, nobody should use this.

Also nobody else mentioned, besides all the other problems, you can't tree-shake away any of the methods you aren't using.