Hacker News new | ask | show | jobs
by hoppelhase 2789 days ago
Well, optimization could also mean to remove unnecessary JS.
1 comments

I think removing unnecessary code and generalizing redundant parts should be a given. On the other hand, early optimizations such as caching or in-lining should be avoided unless needed.