Hacker News new | ask | show | jobs
by jaynetics 1665 days ago
> This is the sort of micro optimization you should not concern yourself with.

Not as an app dev, but if you transpile your code anyway, a transpiler plugin that does this and similar optimizations could be neat.

1 comments

A few minification transforms actually kind of speed code up. If Babel hadn’t turned into a hydra this kind of transforms would have been right up its alley.