Coding Better Object-Oriented JavaScript with Closure Compiler
While many programmers do think that Object Oriented JavaScript is a good approach to take, it’s also known that it’s hard to write robust OO-style JavaScript simply due the nature of the language itself and the environment which it’s running in (mostly are browsers).
Using Google Closure Compiler can not only help you to compress the the code, but it also compiles it just like any compiler does.
Notes
POSTED Thursday June 16th