Y
Hacker News
new
|
ask
|
show
|
jobs
by
TomMarius
3237 days ago
I don't know a complex web app that doesn't minify and/or obfuscate its source code.
1 comments
baybal2
3237 days ago
You do not see a difference in between two?
link
TomMarius
3237 days ago
No, not at all (practically). Either way I need a source map and/or a decompiler to read the code.
link
baybal2
3237 days ago
The parsed VM bytecode and calls to native code by the interpreter are two quite different things
link