Hacker News new | ask | show | jobs
by freddex 3283 days ago
A minor point: To be fair, minified JS is not exactly a hard barrier. Conventional minification is just removing extraneous whitespace, newlines, comments, etc.. Except for the lost comments (which are definitely a pity if it's well-commented code), it's easily restored with an unminifier.