Title
Date
Author
Comments
March 21st, 2010
radu

As I have promised in this post, I am giving a review of the ADVANCED_OPTIMIZATIONS option in Google Closure JavaScript Compiler.
Beyond simply shortening variable names, Closure Compiler with ADVANCED_OPTIMIZATIONS, does three other important steps:

aggresive renaming – not only renaming local variables and functions, but it renames GLOBAL variables and functions. In this way, it can [...]

January 9th, 2010
radu

JavaScript is evolving, and together with it, its ecosystem.
Google has launched a fantastic JavaScript “compiler” – Google Closure Compiler. The name is misleading, but the tool is great. This stands behind the famous apps from Google, like GMail, Google Maps, etc. Well, let’s see this in action.
What the compiler does is to minimize and obfuscate [...]