|
|
|
|
|
by ttfkam
1088 days ago
|
|
undefined couldn't be minified. If you assigned it to an undefined variable early on, any minifier could easily convert it to yet another single-character variable name. undefined became U (for example). An 8-byte or more reduction per reference. What can I say? Size used to matter. (Been doing JS since 1996.) |
|
Though I should try this, using a variable alias for undefined and null would maximize minification.