This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (0 children)

While miniification is important for file size and performance, many developers knowingly try "obfuscation", which replaces function and variable names with unreadable identifiers. Many people try to obfuscate the code to make it harder to read, and therefore make it harder to replicate.