We should strive to generate a JS file without any dead code. Sure we can rely on DCE tools to clean up our mess but its cleaner for our codebase if we only generated code that is needed for a given program.
We should strive to generate a JS file without any dead code.
Sure we can rely on DCE tools to clean up our mess but its cleaner for our codebase if we only generated code that is needed for a given program.