Hacker News new | ask | show | jobs
by maratd 4131 days ago
> If you care about filesize

I don't care about filesize. I care about code complexity. The more crap you add to a page, the slower it will run. You also get a higher probability of conflicts and problems in the long run.

If you need something, you need something. But if you don't and you just throw it in there, you're asking for problems down the road.

1 comments

For an example of cherry-picking lodash modules see

https://github.com/postaljs/postal.js/issues/91#issuecomment....