Hacker News new | ask | show | jobs
by jqueryin 5189 days ago
I believe they'd argue the removal of semi-colons has a net positive effect on the code as Zepto.js is in essence a minimalists version of jQuery. This is particularly important for mobile sites which benefit greatly from site assets remaining in memory.
1 comments

Naturally, the semicolons have always been stripped by the minifier. This makes the code no more 'minimalist.'