I'm making a behavior and i passed the contents of the tick function through the Google Closure Compiler. The results are that it appears faster, but the code is virtually unreadable. Has anybody else tested the Google Closure Compiler to optimize their code and what results did you get?
Disregard, it looks like this is already being done. http://www.scirra.com/forum/plugin-developers-please-test-with-the-minifier_topic45502.html
My next question would be, do i have care about optimizing my code since its being pushed through the Closure Compiler?