Jellycuts / Jellycuts-Issues

A public issue tracker for the Jellycuts iOS app.
25 stars 0 forks source link

Randomize and shorten (Magic) Variable Names #96

Open ghost opened 3 years ago

ghost commented 3 years ago

Describe the solution you'd like

Minify the code as much as possible, take the file from 3kb to 2kb for example. Then randomize or shorten the variable names to make it even smaller.

Additional context

Do what UglifyJS does.