There are places in the code we don't assign temporary variables, and due to that, end up a bunch of very long option names repeated multiple times. We can cut down the .min size by leveraging this.
Goal: cut a few hundred or thousand bytes, without obfuscating code unessesarily
There are places in the code we don't assign temporary variables, and due to that, end up a bunch of very long option names repeated multiple times. We can cut down the .min size by leveraging this.
Goal: cut a few hundred or thousand bytes, without obfuscating code unessesarily