Assuming the vars are all really short, it sounds like the same idea behind Webpack’s (et al) minification & mangling to achieve tiny performance gains everywhere it can. Which might mean there’s a dev version that isn’t squashed and ugly, but doesn’t make it to us…?
Assuming the vars are all really short, it sounds like the same idea behind Webpack’s (et al) minification & mangling to achieve tiny performance gains everywhere it can. Which might mean there’s a dev version that isn’t squashed and ugly, but doesn’t make it to us…?
C is compiled; minification won’t make it faster.