obfuscation - Why to obfuscate a JavaScript code is a bad style? -
i know, in society of web-developers use minifying process javascript code representing stuff. if want obfuscate javascript code, such action marked bad , silly stuff.
so why bad?
for example, obfuscation process of .net applications in opposite side, because obfuscating makes .net program difficult disassemble.
so why obfuscation bad javascript code?
does make compile-time slow v8 or spidermonkey engines in browsers or maybe else?
depending on obfuscator use, can influence badly on javascript performance. moreover, antiviruses can block such code execution if "think" might dangerous.
Comments
Post a Comment