Re: [dev] suckless too to minify CSS, JS and html

From: Guilherme Vieira <super.driver.512_AT_gmail.com>
Date: Tue, 22 May 2018 15:30:58 -0300

On Tue, May 22, 2018 at 12:17:20PM +0200, harry666t wrote:
> I wonder how many people here that advise against minification, keep
> their compiled binaries "readable".

I wonder how many people who make that comparison realize it's a false
dichotomy.
Like v4hn alluded to, scripting languages have the distinct ability to
be executed easily and
directly from source. Doing the same with compiled programming
languages is possible, but
not simple or very practical. So it's no contradiction at all to run
compiled code while still
advocating against HTML/CSS/JS minification, in particular when you're
also a free software
advocate. For compiled languages, there are on-going efforts for
verifiable, reproducible builds.
HTML/CSS/JS minification goes in the precise opposite direction by
putting effort into turning
readable code into unreadable code for no good reason.

G.
Received on Tue May 22 2018 - 20:30:58 CEST

This archive was generated by hypermail 2.3.0 : Tue May 22 2018 - 20:36:19 CEST