|
|
|
|
|
by evocatus
3316 days ago
|
|
In my experience a lot of JavaScript code is already unreadable after having passed through minification & concatenation. Even more so with webpack bundles. Now granted, ASCII is still much easier to read than a binary, but I think we've already moved past the era of easily readable website source code. |
|
I think that's the point. Obfuscation.
All minified code is easily de-minified if you want to know how it works (and can understand the language)