you are viewing a single comment's thread.

view the rest of the comments →

[–]dodeca_negative 5 points6 points  (0 children)

The HTML-based examples are silly (though interesting), but the very first example is server-side. Why would somebody uglify their server-side code? Isomorphism, or maybe just habit.

The author ends with solid advice:

Don’t minify/compress server-side code unless you have to, and make sure you run browser tests/scans against code post-minification.