Currently, I am in the process of enhancing a JavaScript library that was originally derived from an internal project. However, as time has passed, the file size has grown significantly and I am interested in ways to minimize it. Has anyone encountered any techniques or coding styles for writing more efficient JavaScript? The performance is acceptable, but the issue lies with the excessive file size.
We are already minifying the library.
Many thanks, Stack Overflow community!